-
Notifications
You must be signed in to change notification settings - Fork 296
feat: refactor docs and add content around tools and authoring #74
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
7c0542b
to
798aa98
Compare
8e5f791
to
72c0b0e
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good.
Could you also update the copyright year in the README.md
?
https://github.com/gptscript-ai/gptscript?tab=readme-ov-file#license
it still reads 2023
274b742
to
af0d2a3
Compare
|
||
```yaml | ||
description: This is a tool that calls a shell script. | ||
args: arg1: The first argument. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Should we use the first argument? Its not clear if it is being used or not to the reader.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I believe that this is addressed everywhere now!
669c121
to
247f28e
Compare
- chore: add note about adding local model support - docs: add image-generator cookbook - docs: add gen-docs.gpt and a make target for it Signed-off-by: tylerslaton <[email protected]>
6b81dde
to
b1db1e2
Compare
First pass at some documentation around what tools are, how they work, and how you can make them. This also include some restructuring to make content flow more naturally.
To test this out, run
make serve-docs
.At the time of creating this PR, the packaging format for external tools (as we want it to look) has not been implemented. This PR reflects the current state of things.