Interfaces

MergeWithLLMOptions

Interface: MergeWithLLMOptions

Defined in: src/core-flow/Parallel.ts:97

Properties

maxTokens?

readonly optional maxTokens?: number

Defined in: src/core-flow/Parallel.ts:103


model

readonly model: string

Defined in: src/core-flow/Parallel.ts:99


prompt

readonly prompt: string

Defined in: src/core-flow/Parallel.ts:101

Prompt prepended to the branch results when feeding the merge LLM.


provider

readonly provider: LLMProvider

Defined in: src/core-flow/Parallel.ts:98


temperature?

readonly optional temperature?: number

Defined in: src/core-flow/Parallel.ts:102

On this page