Skip to content

Commit b536adf

Browse files
Remove prompts from bootstrap
1 parent 4af5bfd commit b536adf

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

prompts/bootstrap.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ tools:
2424
- name: read-file
2525
```
2626
27-
# xprompt
27+
# Sample Test prompt to create a new tool definition
2828
2929
Take 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
3030
in 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

3939
Read in the file tools.md and then bootstrap the tool definition with the name 'github-issues'
40+

0 commit comments

Comments
 (0)