You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Crew now has two ways that you can define a tool. one is the langchain @tool decorator, which when used calls the langchain callback handler. the other is by inheriting from BaseTool, which does not call the langchain callback handler.
When using @tool, tool events are captured. When using BaseTool, AgentOps does not capture the tool event.
π€ Contribution
Yes, I'd be happy to submit a pull request with these changes.
I need some guidance on how to contribute.
I'd prefer the AgentOps team to handle this update.
The text was updated successfully, but these errors were encountered:
Contact Details
No response
π¦ Package Version
0.3.21
ποΈ Framework Version
crewai==0.83.0
π Describe the Bug
Crew now has two ways that you can define a tool. one is the langchain
@tool
decorator, which when used calls the langchain callback handler. the other is by inheriting fromBaseTool
, which does not call the langchain callback handler.When using
@tool
, tool events are captured. When usingBaseTool
, AgentOps does not capture the tool event.π€ Contribution
The text was updated successfully, but these errors were encountered: