@makingchatbots/genesys-cloud-chatbot-tester-cli
Version:
[](https://www.npmjs.com/package/@makingchatbots/genesys-cloud-chatbot-tester-cli) [ • 437 B
TypeScript
import { ChatCompletionClient } from '../chatCompletionClient';
import { GoogleVertexAiConfig } from '../../testScript/modelTypes';
interface GoogleVertexAiClientConfig extends GoogleVertexAiConfig {
location: string;
project: string;
}
export declare function createChatCompletionClient({ location, project, temperature, topK, topP, seed, modelVersion, examples, }: GoogleVertexAiClientConfig): ChatCompletionClient;
export {};