arcade-mcp/libs/arcade-cli/arcade_cli/toolkit_docs
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
..
__init__.py arcade docs: add support for GPT-5 series; improve error handling (#529) 2025-08-10 18:14:59 -05:00
docs_builder.py arcade docs: add support for GPT-5 series; improve error handling (#529) 2025-08-10 18:14:59 -05:00
templates.py arcade docs: add support for GPT-5 series; improve error handling (#529) 2025-08-10 18:14:59 -05:00
utils.py Rename auto-docs command to simply 'docs' and some other small improvements (#518) 2025-07-28 15:46:58 -03:00