tools property

List<AssistantTool> tools
getter/setter pair

A list of tool enabled on the assistant. There can be a maximum of 128 tools per assistant. Tools can be of types code_interpreter, retrieval, or function.

Implementation

List<AssistantTool> tools;