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

Add an end_turn field to tools #213

Open
jlowin opened this issue Jul 5, 2024 · 0 comments
Open

Add an end_turn field to tools #213

jlowin opened this issue Jul 5, 2024 · 0 comments
Labels
enhancement Enhance an existing feature

Comments

@jlowin
Copy link
Member

jlowin commented Jul 5, 2024

Enhancement Description

Generally, when an agent uses a tool we need to show it the result. However, for some tools we know the turn should end -- almost all builtin tools work this way (like marking a task successful). However, today they must issue the EndTurn event before the ToolResult event. By adding a flag to the tool, the tool call handler could emit the end turn event automatically.

Use Case

No response

Proposed Implementation

No response

@jlowin jlowin added the enhancement Enhance an existing feature label Jul 5, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement Enhance an existing feature
Projects
None yet
Development

No branches or pull requests

1 participant