chore: add context type to tools #5
No reviewers
Labels
No labels
bug
documentation
duplicate
enhancement
good first issue
help wanted
invalid
question
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set
Reference
basepeak-ai/context!5
Loading…
Reference in a new issue
No description provided.
Delete branch "add-tool-context"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
I didn't add it to this tool because it didn't look like a context tool to me. It is only shared from a context tool.
@ -3,3 +3,4 @@Type: context---Name: envDescription: Manage the runtime environment variablesI didn't add
Type: contextto this one because it doesn't look like a context tool. It is only shared from a context tool.i think this one is not a context? i think its used as an input filter in the tool.gpt.
You're right. Removed.
I think the top level tool in this file is the ONLY context tool in this dir. it is used here:
github.com/gptscript-ai/context@d90368bcfe/multi-agent/tool.gpt (L4)i think summarize.gpt and output.gpt are used like this:
github.com/gptscript-ai/context@d90368bcfe/chat-summary/output.py (L10)github.com/gptscript-ai/context@d90368bcfe/chat-summary/history.py (L8)and i think that usage is not as a context tool
as mentioned below, i think this is not a context tool
Correct, not context. This is regular tool called by python
Not context, this is a normal tool called by output.pt