UNPKG

@makingchatbots/genesys-cloud-chatbot-tester-cli

Version:

[![npm](https://img.shields.io/npm/v/@makingchatbots/genesys-cloud-chatbot-tester-cli)](https://www.npmjs.com/package/@makingchatbots/genesys-cloud-chatbot-tester-cli) [![Follow me on LinkedIn for updates](https://img.shields.io/badge/Follow%20for%20updat

9 lines (8 loc) 437 B
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 {};