mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-27 01:22:18 +00:00
fix(oci): use 'output' key in Cohere tool result outputs (matches reference impl)
This commit is contained in:
parent
2b055ed5f8
commit
68b4b699bc
1 changed files with 1 additions and 1 deletions
|
|
@ -447,7 +447,7 @@ class OCIChatConfig(BaseConfig):
|
|||
toolResults=[
|
||||
CohereToolResult(
|
||||
call=cohere_call,
|
||||
outputs=[{"result": content}],
|
||||
outputs=[{"output": content}],
|
||||
)
|
||||
]
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue