mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-10-04 12:07:34 +00:00
fix: mcp tool with array type should include items
# What does this PR do? ## Test Plan
This commit is contained in:
parent
aab22dc759
commit
cd1f6410ce
3 changed files with 153 additions and 0 deletions
|
@ -568,6 +568,7 @@ class StreamingResponseOrchestrator:
|
|||
description=param.description,
|
||||
required=param.required,
|
||||
default=param.default,
|
||||
items=param.items,
|
||||
)
|
||||
for param in t.parameters
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue