Replies: 1 comment
-
|
I found 3 similar discussions that might be helpful:
None of these discussions have found a solution yet, but they may provide insights or alternative approaches to your query. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Self Checks
Content
I started a FastAPI server locally using Python and created a custom tool with Dify. How should I define the schema so that the tool outputs a file instead of a string? Here's the schema I’m currently using:
schema.txt
Here is a portion of the Fast API code I used to start the server:
python.txt
Beta Was this translation helpful? Give feedback.
All reactions