interface GoogleLLMResponse {
    data: GoogleLLMResponseData | AnthropicResponseData;
}

Hierarchy (view full)

Properties

Properties