arcade-mcp/arcade/tests/tool
Nate Barbettini 5726778f11
SDK support for lists (arrays) in tool inputs & outputs (#36)
Working:
- Declare tool functions that have `list[str]` (etc) as input parameter
or output values
- Engine can call these functions!

<img width="1195" alt="image"
src="https://github.com/user-attachments/assets/2aeb3c98-950a-4e2f-a8c7-39102e3fb7f0">
2024-09-12 16:31:12 -07:00
..
test_create_tool_definition.py SDK support for lists (arrays) in tool inputs & outputs (#36) 2024-09-12 16:31:12 -07:00
test_create_tool_definition_errors.py Add ToolContext and OAuth tool support (#10) 2024-08-02 11:25:08 -07:00
test_create_tool_definition_new.py SDK support for lists (arrays) in tool inputs & outputs (#36) 2024-09-12 16:31:12 -07:00
test_create_tool_definition_pydantic.py SDK support for lists (arrays) in tool inputs & outputs (#36) 2024-09-12 16:31:12 -07:00
test_create_tool_definition_pydantic_errors.py Add ToolContext and OAuth tool support (#10) 2024-08-02 11:25:08 -07:00