Interfaces

MergeWithLLMOptions

Interface: MergeWithLLMOptions

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

Properties

maxTokens?

readonly optional maxTokens?: number

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


model

readonly model: string

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


prompt

readonly prompt: string

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

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


provider

readonly provider: LLMProvider

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


temperature?

readonly optional temperature?: number

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

On this page