Logo
Type aliases

LlmParameters

LlmParameters = object

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

Properties

model_name?

optional model_name: SupportedLlmModelNames

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

The name of the model to use for LLM completions.


system_prompt?

optional system_prompt: string | null

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

The system prompt to use for the completion.


temperature?

optional temperature: number | null

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

The temperature value for the model.


use_chain_of_thought_reasoning?

optional use_chain_of_thought_reasoning: boolean | null

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

Whether to use chain of thought reasoning.


use_citation?

optional use_citation: boolean | null

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

Whether to show citations in the response.


class_name?

optional class_name: string

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