chore: add context type to tools #5

Merged
thedadams merged 1 commit from add-tool-context into main 2024-08-11 01:32:05 +00:00
thedadams commented 2024-08-10 21:26:33 +00:00 (Migrated from github.com)
No description provided.
njhale (Migrated from github.com) reviewed 2024-08-10 21:26:33 +00:00
StrongMonkey (Migrated from github.com) reviewed 2024-08-10 21:26:33 +00:00
g-linville (Migrated from github.com) reviewed 2024-08-10 21:26:33 +00:00
thedadams (Migrated from github.com) reviewed 2024-08-10 21:27:38 +00:00
thedadams (Migrated from github.com) commented 2024-08-10 21:27:38 +00:00

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.

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.
thedadams (Migrated from github.com) reviewed 2024-08-10 21:28:21 +00:00
@ -3,3 +3,4 @@
Type: context
---
Name: env
Description: Manage the runtime environment variables
thedadams (Migrated from github.com) commented 2024-08-10 21:28:21 +00:00

I didn't add Type: context to this one because it doesn't look like a context tool. It is only shared from a context tool.

I didn't add `Type: context` to this one because it doesn't look like a context tool. It is only shared from a context tool.
cjellick (Migrated from github.com) reviewed 2024-08-10 21:39:07 +00:00
cjellick (Migrated from github.com) commented 2024-08-10 21:39:07 +00:00

i think this one is not a context? i think its used as an input filter in the tool.gpt.

i think this one is not a context? i think its used as an input filter in the tool.gpt.
thedadams (Migrated from github.com) reviewed 2024-08-10 21:41:44 +00:00
thedadams (Migrated from github.com) commented 2024-08-10 21:41:44 +00:00

You're right. Removed.

You're right. Removed.
cjellick (Migrated from github.com) reviewed 2024-08-10 21:44:14 +00:00
cjellick (Migrated from github.com) commented 2024-08-10 21:44:14 +00:00

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

I think the top level tool in this file is the ONLY context tool in this dir. it is used here: https://github.com/gptscript-ai/context/blob/d90368bcfe2e5c6f2c5a136c454605ad9c7b9ece/multi-agent/tool.gpt#L4 i think summarize.gpt and output.gpt are used like this: https://github.com/gptscript-ai/context/blob/d90368bcfe2e5c6f2c5a136c454605ad9c7b9ece/chat-summary/output.py#L10 https://github.com/gptscript-ai/context/blob/d90368bcfe2e5c6f2c5a136c454605ad9c7b9ece/chat-summary/history.py#L8 and i think that usage is not as a context tool
cjellick (Migrated from github.com) reviewed 2024-08-10 21:47:56 +00:00
cjellick (Migrated from github.com) commented 2024-08-10 21:47:56 +00:00

as mentioned below, i think this is not a context tool

as mentioned below, i think this is not a context tool
ibuildthecloud (Migrated from github.com) reviewed 2024-08-10 22:05:46 +00:00
ibuildthecloud (Migrated from github.com) commented 2024-08-10 22:05:46 +00:00

Correct, not context. This is regular tool called by python

Correct, not context. This is regular tool called by python
ibuildthecloud (Migrated from github.com) reviewed 2024-08-10 22:07:25 +00:00
ibuildthecloud (Migrated from github.com) commented 2024-08-10 22:07:25 +00:00

Not context, this is a normal tool called by output.pt

Not context, this is a normal tool called by output.pt
cjellick (Migrated from github.com) approved these changes 2024-08-11 01:31:17 +00:00
Sign in to join this conversation.
No description provided.