add (docs): add some newer fields to the gpt file reference#683
Merged
iwilltry42 merged 3 commits intogptscript-ai:mainfrom Aug 1, 2024
Merged
Conversation
iwilltry42
commented
Jul 31, 2024
| # my_context_with_arg.gpt | ||
| context: ./context_with_arg.gpt with ${search} as search_tool | ||
| Args: search: Search tool to use | ||
| args: search: Search tool to use |
Contributor
Author
There was a problem hiding this comment.
Only for consistency within this page
Member
There was a problem hiding this comment.
I'm probably going to go through and capitalize everything (I think that's the more canonical way now) as I work on my docs revamp, so this is fine either way for now.
iwilltry42
commented
Jul 31, 2024
| | `Share Tools` | A comma-separated list of tools that are shared by the tool. | | ||
| | `Context` | A comma-separated list of context tools available to the tool. | | ||
| | `Share Context` | A comma-separated list of context tools shared by this tool with any tool including this tool in its context. | | ||
|
|
Contributor
Author
There was a problem hiding this comment.
There's more here, but I'm not sure if we should put everything (e.g. temperature and max_tokens) here
42930d1 to
7b76699
Compare
g-linville
approved these changes
Jul 31, 2024
Co-authored-by: Grant Linville <[email protected]> Signed-off-by: Thorsten Klein <[email protected]>
thedadams
approved these changes
Jul 31, 2024
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
I browsed the documentation a little today and made some tiny changes/additions.
It's my first venture from the
knowledgeworld back to GPTScript itself in a long time, so I hope I got those right :)