We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 3d86714 + 2441ded commit 5d404c8Copy full SHA for 5d404c8
README.md
@@ -61,7 +61,7 @@ The `Tool` class represents a gptscript tool. The fields align with what you wou
61
- `cache`: Whether to use caching for responses.
62
- `temperature`: The temperature parameter for response generation.
63
- `args`: Additional arguments for the tool.
64
-- `internal_prompt`: Internal prompt for the tool.
+- `internal_prompt`: Boolean defaults to false.
65
- `instructions`: Instructions or additional information about the tool.
66
- `json_response`: Whether the response should be in JSON format.(If you set this to True, you must say 'json' in the instructions as well.)
67
0 commit comments