Skip to content

Commit

Permalink
Update src/controlflow/agents/agent.py
Browse files Browse the repository at this point in the history
  • Loading branch information
jlowin authored Oct 25, 2024
1 parent a786844 commit 1c621fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/controlflow/agents/agent.py
Original file line number Diff line number Diff line change
Expand Up @@ -290,7 +290,7 @@ def _run_model(
model = self.get_model(tools=tools)

logger.debug(
f"Running model {controlflow.settings.llm_model} for agent {self.name} with tools {[t.name for t in tools]!r}"
f"Running model {model} for agent {self.name} with tools {[t.name for t in tools]!r}"
)
if controlflow.settings.log_all_messages:
logger.debug(f"Input messages: {messages}")
Expand Down

0 comments on commit 1c621fe

Please sign in to comment.