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
Most inputs can be set to a constant value, true/false, string, etc. but not files. it would unlock a lot of use cases to let the user set fixed files (for example RAG over a set document)
Implementation idea
Would need to store example files in the DB with each tool. Requires UI to replace/remove the files.
The text was updated successfully, but these errors were encountered:
Describe your feature request
Most inputs can be set to a constant value, true/false, string, etc. but not files. it would unlock a lot of use cases to let the user set fixed files (for example RAG over a set document)
Implementation idea
Would need to store example files in the DB with each tool. Requires UI to replace/remove the files.
The text was updated successfully, but these errors were encountered: