Skip to main content

Overview

Generation history endpoints

Available Operations

getGeneration

Get request & usage metadata for a generation

Example Usage

Standalone function

The standalone function version of this method:

Parameters

Response

Promise<models.GenerationResponse>

Errors

listGenerationContent

Get stored prompt and completion content for a generation

Example Usage

Standalone function

The standalone function version of this method:

Parameters

Response

Promise<models.GenerationContentResponse>

Errors

submitFeedback

Submit structured feedback on a generation the authenticated user made. Management key required.

Example Usage

Standalone function

The standalone function version of this method:

Parameters

Response

Promise<models.SubmitGenerationFeedbackResponse>

Errors