Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merge graph-run module into studio #385

Open
wants to merge 1 commit into
base: workflow
Choose a base branch
from

Conversation

finefuture
Copy link

Describe what this PR does / why we need it

Merge graph-run module into studio

Does this pull request fix one issue?

Describe how you did it

Describe how to verify it

  1. startup CliDebugExampleApplication
  2. execute in your terminal:

curl 'http://localhost:8080/studio/api/graph/stream?thread=default'
-H 'Accept: /'
-H 'Accept-Language: zh-CN,zh;q=0.9'
-H 'Cache-Control: no-cache'
-H 'Connection: keep-alive'
-H 'Content-Type: application/json'
-H 'Cookie: JSESSIONID=node01fouu9prlcx8u1xfmam4zzynpy0.node0'
--data-raw '{"input":""}' -v

  1. execute in your another terminal in order:

curl -X POST 'http://localhost:8080/studio/api/graph/user/input' -H 'Content-Type: application/json' --data '{"input":"年龄21 性别男 学历本科"}'

curl -X POST 'http://localhost:8080/studio/api/graph/user/input' -H 'Content-Type: application/json' --data '{"input":"我要买保险"}'

curl -X POST 'http://localhost:8080/studio/api/graph/user/input' -H 'Content-Type: application/json' --data '{"input":"1"}'

curl -X POST 'http://localhost:8080/studio/api/graph/user/input' -H 'Content-Type: application/json' --data '{"input":"1"}'

  1. Result:
    image

Special notes for reviews

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant