generative-ts

Interface CohereChatApi

interface CohereChatApi {
    name?: string;
    requestTemplate: Template<CohereChatOptions>;
    responseGuard: ((response) => response is CohereChatResponse);
}

Hierarchy

Properties

name?: string
requestTemplate: Template<CohereChatOptions>
responseGuard: ((response) => response is CohereChatResponse)

Type declaration