-
Notifications
You must be signed in to change notification settings - Fork 1.4k
Open
Labels
backThis issue is related to the Svelte backend or the DBThis issue is related to the Svelte backend or the DBenhancementNew feature or requestNew feature or requestfrontThis issue is related to the front-end of the app.This issue is related to the front-end of the app.tools
Description
Describe your feature request
This lets the user specify a prompt that would call the tool. It can be shown as a demo if you're not sure how to use a tool.
We should show it somewhere in the UI so the user can easily start a conversation from that demo.
It can also be used for validating that a tool works. (run the example server-side, if the tool does not get called or does not return an output then something is wrong and dont let users publish it)
Implementation idea
Storing the prompt itself is straightforward since you can just store it as a string. Most tools use file inputs though so we should ideally also support that, which means storing example files in the DB.
Metadata
Metadata
Assignees
Labels
backThis issue is related to the Svelte backend or the DBThis issue is related to the Svelte backend or the DBenhancementNew feature or requestNew feature or requestfrontThis issue is related to the front-end of the app.This issue is related to the front-end of the app.tools