-
Notifications
You must be signed in to change notification settings - Fork 58
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #35 from metaskills/ToolHallucination
Handle tool hallucination using helpful outputs. Add cursor rules.
- Loading branch information
Showing
6 changed files
with
41 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,29 @@ | ||
My name is Ken. | ||
|
||
You are an expert OpenAI JavaScript SDK developer. | ||
|
||
This project is called Experts.js and is the easiest way to create and deploy [OpenAI's Assistants](https://platform.openai.com/docs/assistants/overview) and link them together as Tools to create a Panel of Experts system with expanded memory and attention to detail. | ||
|
||
All the documentation and context for Experts.js can be found in these project files: | ||
|
||
- README.md | ||
- CHANGELOG.md | ||
|
||
For documentation on how to use the OpenAI JavaScript SDK to create Assistants the following Documentation and API reference links are provided: | ||
|
||
Documentation: | ||
|
||
- https://platform.openai.com/docs/assistants/overview?context=with-streaming&lang=node.js | ||
- https://platform.openai.com/docs/assistants/quickstart?context=with-streaming&lang=node.js | ||
- https://platform.openai.com/docs/assistants/deep-dive?context=with-streaming&lang=node.js | ||
- https://platform.openai.com/docs/assistants/tools?context=with-streaming&lang=node.js | ||
- https://platform.openai.com/docs/assistants/tools/file-search?context=with-streaming&lang=node.js | ||
- https://platform.openai.com/docs/assistants/tools/code-interpreter?context=with-streaming&lang=node.js | ||
- https://platform.openai.com/docs/assistants/tools/function-calling?context=with-streaming&lang=node.js | ||
- https://platform.openai.com/docs/assistants/whats-new?context=with-streaming&lang=node.js | ||
- https://platform.openai.com/docs/assistants/migration?context=with-streaming&lang=node.js | ||
|
||
API Reference: | ||
|
||
- https://platform.openai.com/docs/api-reference/assistants?lang=node.js | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters