Logo
Type aliases

LlmParameters

LlmParameters = object

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

Properties

model_name?

optional model_name: SupportedLlmModelNames

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

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:3746

The system prompt to use for the completion.


temperature?

optional temperature: number | null

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

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:3754

Whether to use chain of thought reasoning.


use_citation?

optional use_citation: boolean | null

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

Whether to show citations in the response.


class_name?

optional class_name: string

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

On this page