Instance Propertymacpaw.openai 0.3.3OpenAI
description
AssistantsQuery.swift:13let description: String?
let description: String?
import OpenAI
struct AssistantsQuery
@frozen struct String
A Unicode string value that is a collection of characters.
init(from decoder: any Decoder) throws
init(model: Model, name: String?, description: String?, instructions: String?, tools: [Tool]?, toolResources: ToolResources? = nil)
let instructions: String?
let model: Model
let name: String?
let toolResources: ToolResources?
let tools: [Tool]?