on_agent_action_common() — langchain Function Reference
Architecture documentation for the on_agent_action_common() function in callbacks.py from the langchain codebase.
Entity Profile
Dependency Diagram
graph TD 46273917_3b71_8dc1_3296_d28036fedbb0["on_agent_action_common()"] f0bf147f_92f7_4127_bab5_d25b15399ce6["BaseFakeCallbackHandlerMixin"] 46273917_3b71_8dc1_3296_d28036fedbb0 -->|defined in| f0bf147f_92f7_4127_bab5_d25b15399ce6 8775cf51_b2b8_2c3b_fd26_28449d4d6f17["on_agent_action()"] 8775cf51_b2b8_2c3b_fd26_28449d4d6f17 -->|calls| 46273917_3b71_8dc1_3296_d28036fedbb0 d636e799_3533_3030_edad_a68a315b49e4["on_agent_action()"] d636e799_3533_3030_edad_a68a315b49e4 -->|calls| 46273917_3b71_8dc1_3296_d28036fedbb0 style 46273917_3b71_8dc1_3296_d28036fedbb0 fill:#6366f1,stroke:#818cf8,color:#fff
Relationship Graph
Source Code
libs/partners/openai/tests/unit_tests/fake/callbacks.py lines 91–93
def on_agent_action_common(self) -> None:
self.agent_actions += 1
self.starts += 1
Domain
Subdomains
Called By
Source
Frequently Asked Questions
What does on_agent_action_common() do?
on_agent_action_common() is a function in the langchain codebase, defined in libs/partners/openai/tests/unit_tests/fake/callbacks.py.
Where is on_agent_action_common() defined?
on_agent_action_common() is defined in libs/partners/openai/tests/unit_tests/fake/callbacks.py at line 91.
What calls on_agent_action_common()?
on_agent_action_common() is called by 2 function(s): on_agent_action, on_agent_action.
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free