mirror of
https://github.com/langgenius/dify-official-plugins.git
synced 2026-07-21 17:45:23 -04:00
bug: openai_compatible 无法设置工作流的起始的inputs对象 #33
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @DellDi on GitHub (Mar 1, 2025).
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"
}
]
}'