mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-10-10 21:34:36 +00:00
pre-commit
This commit is contained in:
parent
31f211f0ad
commit
be6819fa92
8 changed files with 14 additions and 34 deletions
|
@ -22,14 +22,8 @@ def test_convert_tooldef_to_chat_tool_preserves_items_field():
|
|||
description="A test tool with array parameter",
|
||||
input_schema={
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"tags": {
|
||||
"type": "array",
|
||||
"description": "List of tags",
|
||||
"items": {"type": "string"}
|
||||
}
|
||||
},
|
||||
"required": ["tags"]
|
||||
"properties": {"tags": {"type": "array", "description": "List of tags", "items": {"type": "string"}}},
|
||||
"required": ["tags"],
|
||||
},
|
||||
)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue