Skip to content
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

Support "tool" keyword in agent chat_completion and assistants apis #978

Closed
Tracked by #1019
minmin-intel opened this issue Dec 6, 2024 · 6 comments
Closed
Tracked by #1019
Assignees
Labels
feature New feature or request
Milestone

Comments

@minmin-intel
Copy link
Collaborator

Priority

P3-Medium

OS type

Ubuntu

Hardware type

Gaudi2

Running nodes

Single Node

Description

user can pass a subset of tools (subset of tools defined in tools yaml) as part of their requests to agent's chat_completion or assistants apis (see list below), and agents will only use the subset of tools in this turn of conversation.
api list with tool keywords:
https://platform.openai.com/docs/api-reference/chat/create,
https://platform.openai.com/docs/api-reference/assistants/createAssistant,
https://platform.openai.com/docs/api-reference/runs/createRun

@minmin-intel minmin-intel added the feature New feature or request label Dec 6, 2024
@minmin-intel minmin-intel added this to the v1.2 milestone Dec 6, 2024
@lkk12014402
Copy link
Collaborator

lkk12014402 commented Dec 17, 2024

agents will only use the subset of tools in this turn of conversation?

we maybe need re-instantiate agent
image

@lkk12014402
Copy link
Collaborator

draft a pr #1126

@lkk12014402
Copy link
Collaborator

@lkk12014402
Copy link
Collaborator

the pr #1126 is merged

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants