Replies: 1 comment 1 reply
-
can you show the code example where you have implemented this, i am also facing the comet issue. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Right now, if a tool_call sets end_invocation to true, then the agent's after_agent_callbacks will never be called (in base_agent.py it has the following code:
I'm using end_invocation in a tool so that the results of the tool call get returned verbatim and doesn't loop through the LLM again.
This is surprising to me, but maybe it's expected. I think this is breaking the Opik integration for tracing.
Beta Was this translation helpful? Give feedback.
All reactions