Details about why the response is incomplete.

interface IncompleteDetails {
    reason?: "max_output_tokens" | "content_filter";
}

Properties

Properties

reason?: "max_output_tokens" | "content_filter"

The reason why the response is incomplete.