Type Alias FormatName

Source
Expand description

The LLM API wire format that was detected for a request.

type FormatName = "openai" | "anthropic" | "responses"