bug: openai_compatible 无法设置工作流的起始的inputs对象 #33

Closed
opened 2026-02-16 10:17:49 -05:00 by yindo · 0 comments
Owner

Originally created by @DellDi on GitHub (Mar 1, 2025).

Image

curl --request POST
--url https://31904gabboieo2a7.ai-plugin.io/chat/completions
--header 'Accept: application/json'
--header 'Accept-Encoding: gzip, deflate, br'
--header 'Authorization: app-xxx'
--header 'Connection: keep-alive'
--header 'Content-Type: application/json'
--header 'User-Agent: PostmanRuntime-ApipostRuntime/1.1.0'
--data '{
"model": "cea3c29d-925e-4416-b3c7-21a9f65ff6b5",
"inputs": {
"jiraUser": "zengdi"
},
"messages": [
{
"content": "新增dify代理工具",
"role": "user"
}
]
}'

Originally created by @DellDi on GitHub (Mar 1, 2025). ![Image](https://github.com/user-attachments/assets/4d596d83-36a4-4906-82eb-30e1ede5b4de) curl --request POST \ --url https://31904gabboieo2a7.ai-plugin.io/chat/completions \ --header 'Accept: application/json' \ --header 'Accept-Encoding: gzip, deflate, br' \ --header 'Authorization: app-xxx' \ --header 'Connection: keep-alive' \ --header 'Content-Type: application/json' \ --header 'User-Agent: PostmanRuntime-ApipostRuntime/1.1.0' \ --data '{ "model": "cea3c29d-925e-4416-b3c7-21a9f65ff6b5", "inputs": { "jiraUser": "zengdi" }, "messages": [ { "content": "新增dify代理工具", "role": "user" } ] }'
yindo closed this issue 2026-02-16 10:17:49 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: langgenius/dify-official-plugins#33