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

Get Tool Output From ToolkitTask #1471

Open
1 task done
collindutter opened this issue Dec 19, 2024 · 0 comments
Open
1 task done

Get Tool Output From ToolkitTask #1471

collindutter opened this issue Dec 19, 2024 · 0 comments
Labels
type:enhancement Improvements to existing features
Milestone

Comments

@collindutter
Copy link
Member

Is your feature request related to a problem? Please describe.
There is no easy way to get Tool outputs in ToolkitTask. The output of the Task is always the LLM's textual response.

Describe the solution you'd like
Be able to access Tool outputs from ToolkitTask instead of (in addition to?) the LLM's final interpretation of it.

Describe alternatives you've considered

  • Using ToolTask. This Task lacks the CoT of ToolkitTask and only supports a single Tool.
  • Accessing ToolkitTask.subtasks. Maybe a variation of this could work. That way we're not making any assumptions about which Tool call the user wants.
@collindutter collindutter added the type:enhancement Improvements to existing features label Dec 19, 2024
@collindutter collindutter added this to the 2.0 milestone Dec 19, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type:enhancement Improvements to existing features
Projects
None yet
Development

No branches or pull requests

1 participant