format


Description:

public string? format { get; set; }

Format to return a response in.

Can be set to "json" for JSON-formatted responses, or null for default text format. For structured outputs with a JSON schema, use format_obj instead.