mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-12-17 23:39:48 +00:00
draft bug fix
This commit is contained in:
parent
61e837380c
commit
a7d29952b0
3 changed files with 7 additions and 3 deletions
|
|
@ -123,7 +123,7 @@ async def main():
|
|||
elif tool_name == "get_pdf_summary":
|
||||
output = result
|
||||
|
||||
print(f"\n-------------------------\n\nGmagent: {output}\n")
|
||||
print(f"\n-------------------------\n\nAgent: {output}\n")
|
||||
elif log.role == "inference":
|
||||
print("Llama returned: ", end="")
|
||||
else:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue