Logo
Functions

suggestEditsEndpointApiV1ReportsReportIdSuggestEditsPost

suggestEditsEndpointApiV1ReportsReportIdSuggestEditsPost<ThrowOnError>(options): RequestResult<SuggestEditsEndpointApiV1ReportsReportIdSuggestEditsPostResponse, HTTPValidationError, ThrowOnError>

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

Suggest Edits Endpoint Suggest edits to a report based on user query and chat history.

Type Parameters

ThrowOnError

ThrowOnError extends boolean = false

Parameters

options

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

Returns

RequestResult<SuggestEditsEndpointApiV1ReportsReportIdSuggestEditsPostResponse, HTTPValidationError, ThrowOnError>

On this page