fix: serialize standard context tools#4123
Conversation
71f7959 to
4bf1f5f
Compare
Codecov Report❌ Patch coverage is
🚀 New features to boost your workflow:
|
4bf1f5f to
0ad3c97
Compare
|
@markbackman any possibility to look into this? As I have to maintain a fork of pipcat to be able to see langsmith traces :( |
|
Could we use the adapter here instead of manually rebuilding the tool list? In this path Something like starting from |
Guard tool extraction so that when context tools expose a `standard_tools` list we include both their raw form and a sanitized serialized version with name/description tuples; fall back to the previous behavior otherwise.
0ad3c97 to
32ff5a0
Compare
|
Hey @markbackman, |
|
@markbackman bump |

Guard tool extraction so that when context tools expose a
standard_toolslist we include both their raw form and a sanitized serialized version with name/description tuples; fall back to the previous behavior otherwise.The same pattern is already being used in llm_setup branch.
Currently it leads to this issue: