Skip to content

Commit 5d404c8

Browse files
Merge pull request #6 from cloudnautique/main
docs: update readme tool field
2 parents 3d86714 + 2441ded commit 5d404c8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ The `Tool` class represents a gptscript tool. The fields align with what you wou
6161
- `cache`: Whether to use caching for responses.
6262
- `temperature`: The temperature parameter for response generation.
6363
- `args`: Additional arguments for the tool.
64-
- `internal_prompt`: Internal prompt for the tool.
64+
- `internal_prompt`: Boolean defaults to false.
6565
- `instructions`: Instructions or additional information about the tool.
6666
- `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.)
6767

0 commit comments

Comments
 (0)