Logo
Type aliases

LlmParameters

LlmParameters = object

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

Properties

model_name?

optional model_name: SupportedLlmModelNames

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

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

The system prompt to use for the completion.


temperature?

optional temperature: number | null

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

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

Whether to use chain of thought reasoning.


use_citation?

optional use_citation: boolean | null

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

Whether to show citations in the response.


class_name?

optional class_name: string

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