AssistantRequest
constructor(model: ModelId? = null, name: String? = null, description: String? = null, instructions: String? = null, tools: List<AssistantTool>? = null, toolResources: ToolResources? = null, metadata: Map<String, String>? = null, temperature: Double? = null, topP: Double? = null, responseFormat: AssistantResponseFormat? = null)