Home / Function/ tool_run_logging_kwargs() — langchain Function Reference

tool_run_logging_kwargs() — langchain Function Reference

Architecture documentation for the tool_run_logging_kwargs() function in agent.py from the langchain codebase.

Entity Profile

Dependency Diagram

graph TD
  84b1edcc_b4d7_5498_baf5_6ae75dc68ba8["tool_run_logging_kwargs()"]
  3b9abff9_c907_d2e1_41bb_cbceeb6d27f4["BaseSingleActionAgent"]
  84b1edcc_b4d7_5498_baf5_6ae75dc68ba8 -->|defined in| 3b9abff9_c907_d2e1_41bb_cbceeb6d27f4
  5e96250e_bb5f_ae26_f16c_ae8b87d6ca74["tool_run_logging_kwargs()"]
  5e96250e_bb5f_ae26_f16c_ae8b87d6ca74 -->|calls| 84b1edcc_b4d7_5498_baf5_6ae75dc68ba8
  9dcff3d2_e93f_4d1d_86be_c6326804d56b["_iter_next_step()"]
  9dcff3d2_e93f_4d1d_86be_c6326804d56b -->|calls| 84b1edcc_b4d7_5498_baf5_6ae75dc68ba8
  8039fcf3_65c7_db8a_01b1_7048ea1e72b3["_perform_agent_action()"]
  8039fcf3_65c7_db8a_01b1_7048ea1e72b3 -->|calls| 84b1edcc_b4d7_5498_baf5_6ae75dc68ba8
  a97fdadd_72bf_cfc0_d0df_ec6389882823["_aiter_next_step()"]
  a97fdadd_72bf_cfc0_d0df_ec6389882823 -->|calls| 84b1edcc_b4d7_5498_baf5_6ae75dc68ba8
  175657b9_d317_ffce_4769_8b8098ae342b["_aperform_agent_action()"]
  175657b9_d317_ffce_4769_8b8098ae342b -->|calls| 84b1edcc_b4d7_5498_baf5_6ae75dc68ba8
  5e96250e_bb5f_ae26_f16c_ae8b87d6ca74["tool_run_logging_kwargs()"]
  84b1edcc_b4d7_5498_baf5_6ae75dc68ba8 -->|calls| 5e96250e_bb5f_ae26_f16c_ae8b87d6ca74
  style 84b1edcc_b4d7_5498_baf5_6ae75dc68ba8 fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

libs/langchain/langchain_classic/agents/agent.py lines 216–218

    def tool_run_logging_kwargs(self) -> builtins.dict:
        """Return logging kwargs for tool run."""
        return {}

Subdomains

Frequently Asked Questions

What does tool_run_logging_kwargs() do?
tool_run_logging_kwargs() is a function in the langchain codebase, defined in libs/langchain/langchain_classic/agents/agent.py.
Where is tool_run_logging_kwargs() defined?
tool_run_logging_kwargs() is defined in libs/langchain/langchain_classic/agents/agent.py at line 216.
What does tool_run_logging_kwargs() call?
tool_run_logging_kwargs() calls 1 function(s): tool_run_logging_kwargs.
What calls tool_run_logging_kwargs()?
tool_run_logging_kwargs() is called by 5 function(s): _aiter_next_step, _aperform_agent_action, _iter_next_step, _perform_agent_action, tool_run_logging_kwargs.

Analyze Your Own Codebase

Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.

Try Supermodel Free