arcade-mcp/libs/arcade-cli/arcade_cli
Renato Byrro 19c1e18a8a
arcade docs: add support for GPT-5 series; improve error handling (#529)
Adds support for GPT-5 series of models in `arcade docs`.

Improves error handling when the LLM does not generate a valid JSON for
a given tool sample inputs. Instead of raising an exception, the CLI
uses an empty input, moves on to the next tool, and prints a warning
message asking the user the fill in the input sample manually in
Javascript and Python files.

This PR also moves the Enumerations from a separate `reference.mdx` file
to the main toolkit file, as requested by @EricGustin to simplify the
docs structure.
2025-08-10 18:14:59 -05:00
..
templates/{{ toolkit_name }} Update arcade new (#520) 2025-07-29 10:35:36 -07:00
toolkit_docs arcade docs: add support for GPT-5 series; improve error handling (#529) 2025-08-10 18:14:59 -05:00
__init__.py 🏗️ Restructure: Multi-Package Architecture + uv Migration (#412) 2025-06-11 16:48:17 -07:00
authn.py 🏗️ Restructure: Multi-Package Architecture + uv Migration (#412) 2025-06-11 16:48:17 -07:00
config.py 🏗️ Restructure: Multi-Package Architecture + uv Migration (#412) 2025-06-11 16:48:17 -07:00
constants.py Fix login callback (#489) 2025-07-15 11:21:33 -07:00
deployment.py Fix venv files not being found (#525) 2025-08-01 12:12:35 -07:00
display.py Support Tool Output in ValueSchema of ToolDefinition (#487) 2025-07-24 15:32:35 -07:00
main.py arcade docs: add support for GPT-5 series; improve error handling (#529) 2025-08-10 18:14:59 -05:00
new.py Update arcade new (#520) 2025-07-29 10:35:36 -07:00
serve.py 🏗️ Restructure: Multi-Package Architecture + uv Migration (#412) 2025-06-11 16:48:17 -07:00
show.py Support Tool Output in ValueSchema of ToolDefinition (#487) 2025-07-24 15:32:35 -07:00
utils.py Support Tool Output in ValueSchema of ToolDefinition (#487) 2025-07-24 15:32:35 -07:00
worker.py Fix arcade worker list endpoints (#504) 2025-07-21 14:43:58 -07:00