Type Alias StructuredOutputMethodOptions<IncludeRaw>

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

Type Parameters

  • IncludeRaw extends boolean = false