generative-ts

Interface MistralBedrockApi

interface MistralBedrockApi {
    name?: string;
    requestTemplate: Template<MistralBedrockOptions>;
    responseGuard: ((response) => response is MistralBedrockResponse);
}

Hierarchy

Properties

name?: string
requestTemplate: Template<MistralBedrockOptions>
responseGuard: ((response) => response is MistralBedrockResponse)

Type declaration