mirror of
https://github.com/FoundationAgents/MetaGPT.git
synced 2026-06-11 15:15:18 +02:00
rm unused args
This commit is contained in:
parent
c6a791cd32
commit
61dd80d12f
1 changed files with 1 additions and 1 deletions
|
|
@ -36,7 +36,7 @@ def log_llm_stream(msg):
|
|||
_llm_stream_log(msg)
|
||||
|
||||
|
||||
def log_tool_output(output: dict, tool_name: str = "", tags: list[str] = None):
|
||||
def log_tool_output(output: dict, tool_name: str = ""):
|
||||
"""interface for logging tool output, can be set to log tool output in different ways to different places with set_tool_output_logfunc"""
|
||||
_tool_output_log(output)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue