Instance Propertymacpaw.openai 0.3.2OpenAI
content
MessageQuery.swift:12let content: String
let content: String
import OpenAI
struct MessageQuery
@frozen struct String
A Unicode string value that is a collection of characters.
init(from decoder: any Decoder) throws
init(role: ChatQuery.ChatCompletionMessageParam.Role, content: String, fileIds: [String]? = nil)
let fileIds: [String]?
let role: ChatQuery.ChatCompletionMessageParam.Role