You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: tools/dify_chatflow_sse.yaml
+4-3Lines changed: 4 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -20,14 +20,15 @@ parameters:
20
20
- name: url
21
21
type: string
22
22
required: true
23
+
default: "http://api:5001/v1/chat-messages"
23
24
label:
24
25
en_US: "Dify Chatflow SSE URL"
25
26
zh_Hans: "Dify Chatflow SSE URL"
26
27
pt_BR: "URL do Dify Chatflow SSE"
27
28
human_description:
28
-
en_US: "Enter the complete Dify Chatflow SSE URL. Must start with http:// or https://. Example: https://api.dify.ai/v1/chat-messages. Make sure the endpoint supports Server-Sent Events for Dify Chatflow."
pt_BR: "Digite a URL completa do Dify Chatflow SSE. Deve começar com http:// ou https://. Exemplo: https://api.dify.ai/v1/chat-messages. Certifique-se de que o endpoint suporte Server-Sent Events para Dify Chatflow."
29
+
en_US: "Enter the complete Dify Chatflow SSE URL. Must start with http:// or https://. Example: http://api:5001/v1/chat-messages. Make sure the endpoint supports Server-Sent Events for Dify Chatflow."
pt_BR: "Digite a URL completa do Dify Chatflow SSE. Deve começar com http:// ou https://. Exemplo: http://api:5001/v1/chat-messages. Certifique-se de que o endpoint suporte Server-Sent Events para Dify Chatflow."
31
32
llm_description: "The complete URL of the Dify Chatflow SSE endpoint, must start with http:// or https://"
0 commit comments