Logo
Type aliases

PromptMixinPrompts

PromptMixinPrompts = object

Defined in: packages/cloud/src/client/types.gen.ts:5116

Schema for the prompts derived from the PromptMixin.

Properties

project_id

project_id: string

Defined in: packages/cloud/src/client/types.gen.ts:5120

The ID of the project.


id?

optional id: string | null

Defined in: packages/cloud/src/client/types.gen.ts:5124

The ID of the prompt set.


name

name: string

Defined in: packages/cloud/src/client/types.gen.ts:5128

The name of the prompt set.


prompts

prompts: PromptSpec[]

Defined in: packages/cloud/src/client/types.gen.ts:5132

The prompts.

On this page