LLMParameters
LLMParameters =
object
Defined in: packages/cloud/src/client/types.gen.ts:3375
Properties
model_name?
optional
model_name:SupportedLLMModelNames
Defined in: packages/cloud/src/client/types.gen.ts:3379
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:3383
The system prompt to use for the completion.
temperature?
optional
temperature:number
|null
Defined in: packages/cloud/src/client/types.gen.ts:3387
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:3391
Whether to use chain of thought reasoning.
use_citation?
optional
use_citation:boolean
|null
Defined in: packages/cloud/src/client/types.gen.ts:3395
Whether to show citations in the response.
class_name?
optional
class_name:string
Defined in: packages/cloud/src/client/types.gen.ts:3396