Logo
Functions

chatApiV1PipelinesPipelineIdChatPost

chatApiV1PipelinesPipelineIdChatPost<ThrowOnError>(options): RequestResult<unknown, HTTPValidationError, ThrowOnError>

Defined in: packages/cloud/src/client/sdk.gen.ts:2981

Chat Make a retrieval query + chat completion for a managed pipeline.

Type Parameters

ThrowOnError

ThrowOnError extends boolean = false

Parameters

options

OmitKeys<RequestOptions<ThrowOnError, string>, "body" | "url"> & ChatApiV1PipelinesPipelineIdChatPostData & Pick<RequestOptions<ThrowOnError, string>, "headers">

Returns

RequestResult<unknown, HTTPValidationError, ThrowOnError>

On this page