arcade-mcp/arcade/tests/tool
Nate Barbettini 739cc957f1
Fix CI: config errors, Python 3.11 union type errors (#45)
Fixes 2 issues that were causing CI to fail:
- Loading `config` in `eval.py` breaks because no API key can be found
in CI
- Python 3.11+ changed `Union` to `UnionType`
2024-09-19 12:07:28 -07:00
..
test_create_tool_definition.py Tool Evalulation SDK (#35) 2024-09-19 03:36:44 -07:00
test_create_tool_definition_errors.py Fix CI: config errors, Python 3.11 union type errors (#45) 2024-09-19 12:07:28 -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