interface GoogleLLMResponse {
    data: AnthropicResponseData | GoogleLLMResponseData;
}

Hierarchy (view full)

Properties

Properties