Skip to content
Discussion options

You must be logged in to vote

Hi thanks for details and confirming your SDK version

  • Thread-level tool configuration is currently non-functional in SDK version 1.0.0b12, even though the method signature accepts tool_resources.
  • Unlike agent and run, which actively invoke tools during execution, the thread object is more of a passive container for messages and context. It doesn’t trigger tool execution on its own.
  • Internally, the SDK does not propagate tool_resources from the thread to the run, meaning the tools aren’t registered or invoked unless explicitly passed at the agent or run level.

toolset works for agent and run because:

  • Agent-level tools are persistent and automatically available to any run initiated by th…

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by amynic
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
2 participants