feat: support multi inputs (#17)

pull/18/head
Joel 2023-09-10 21:48:51 +08:00 committed by GitHub
parent b119463fd7
commit b69972b76c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 0 additions and 2 deletions

View File

@ -39,7 +39,6 @@ curl --location --request POST 'https://api.dify.ai/v1/completion-messages' \
--header 'Content-Type: application/json' \
--data-raw '{
"inputs": {},
"query": "Hi",
"response_mode": "streaming",
"user": "abc-123"
}'

View File

@ -39,7 +39,6 @@ curl --location --request POST 'https://api.dify.ai/v1/completion-messages' \
--header 'Content-Type: application/json' \
--data-raw '{
"inputs": {},
"query": "Hi",
"response_mode": "streaming",
"user": "abc-123"
}'