Skip to content

Structured Types in @tool Arguments

David-Andrew Samson edited this page Aug 26, 2024 · 5 revisions

In addition to the basic primitive types supported in Archytas tools (dict, list, int, float, bool, str None), more structured data types are supported in limited form. Currently supported structured types include:

  • dataclass
  • BaseModel from pydantic

Clone this wiki locally