Include 'custom' Type in Documentation for Input Files in Workflow App API and Advanced Chat App API #11671
Open
4 tasks done
Labels
📚 documentation
Improvements or additions to documentation
Self Checks
Provide a description of requested docs changes
/workflows/run
in the Workflow App API states that four types are supported as input file types.dify/web/app/components/develop/template/template_workflow.en.mdx
Lines 58 to 62 in 94c7dcc
However, in actually, there is a custom type specification.
However, there is an item called "Other file types" in the file type.
If you specify "Other file types", you need to specify
custom
for type when making an API request.If you use anything other than "custom", the request will fail.
■ If type is specified other than
custom
■ If type is specified as
custom
Currently, "custom" does not exist in the API specification as a type specification candidate, so I will add it.
The Advanced Chat App API's
/chat-messages
has a similar issue.The text was updated successfully, but these errors were encountered: