Unverified Commit 0523449c authored by Chauncey's avatar Chauncey Committed by GitHub
Browse files

[Misc] Use logger.info_once for auto tool choice log message (#37661)


Signed-off-by: default avatarchaunceyjiang <chaunceyjiang@gmail.com>
parent b4c1aef2
......@@ -199,7 +199,7 @@ class ParserManager:
parser: type[ToolParser] | None = None
if not enable_auto_tools or tool_parser_name is None:
return parser
logger.info('"auto" tool choice has been enabled.')
logger.info_once('"auto" tool choice has been enabled.')
try:
if (
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment