Type Alias StructuredOutputMethodOptions<IncludeRaw>

StructuredOutputMethodOptions<IncludeRaw>: {
    includeRaw?: IncludeRaw;
    method?:
        | "functionCalling"
        | "jsonMode"
        | "jsonSchema"
        | string;
    name?: string;
}

Type Parameters

  • IncludeRaw extends boolean = false