File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change 2424 - name : read-file
2525` ` `
2626
27- # xprompt
27+ # Sample Test prompt to create a new tool definition
2828
2929Take the following description of a task I'd like to complete, and extract the schema for a set of tool definitions that I'll need
3030in order to run that task. The tool definitions should be in yaml and each tool should have a name, a description, and an openapi schema
@@ -34,6 +34,7 @@ moustache templates. The final yaml definition should be written into a code blo
3434
3535> add a tool that fetches all GitHub Issues from a public repository using curl. We do not need a token.
3636
37- # prompt
37+ # Sample Test prompt to register a tool from a local file
3838
3939Read in the file tools.md and then bootstrap the tool definition with the name 'github-issues'
40+
You can’t perform that action at this time.
0 commit comments