mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-12-12 20:12:33 +00:00
remove spurious print statement
This commit is contained in:
parent
4765ff9970
commit
88eeade897
1 changed files with 0 additions and 1 deletions
|
|
@ -544,7 +544,6 @@ class StreamingResponseOrchestrator:
|
|||
from llama_stack.providers.utils.inference.openai_compat import convert_tooldef_to_openai_tool
|
||||
|
||||
def make_openai_tool(tool_name: str, tool: ToolDef) -> ChatCompletionToolParam:
|
||||
print(f"!!!! make_openai_tool({tool_name}, {tool})")
|
||||
tool_def = ToolDefinition(
|
||||
tool_name=tool_name,
|
||||
description=tool.description,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue