Skip to content

Commit

Permalink
Update prompts.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
berkingurcan committed Nov 15, 2024
1 parent 98888b2 commit a38b3e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/api/chat/prompts.ts
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ Always use multiple tools at the same time
- codeTool: It retrieves context about code examples from o1js tutorials. You must use this tool at least once before writing any code.
- projectTool: It retrieves context from codebase which has various zkApps projects. Do not forget, some codes in here may be deprecated.
- issueTool: It retrieves context about errors, problems, discussions, issues about o1js and zkApps.
- protoTool: It retrieves context from Protokit documentation, if user asks about protokit, use this tool.
- protoTool: It retrieves context from Protokit documentation, if user asks about protokit, runtime modules etc. use this tool.
## Must Do's
* Rename Party class to AccountUpdate.
Expand Down

0 comments on commit a38b3e2

Please sign in to comment.