tools

@SerialName(value = "tools")
val tools: List<AssistantTool>? = null

A list of tools enabled on the assistant. Optional. Defaults to an empty list. Tools can be of types code_interpreter, retrieval, or function.