Skip to content

remora-monorepo


remora-monorepo / lib / WorkflowGeneratorToolOptions

Interface: WorkflowGeneratorToolOptions

Defined in: packages/core/src/generator/index.ts:41

Options for createWorkflowGeneratorTool.

Properties

additionalInstructions?

optional additionalInstructions: string

Defined in: packages/core/src/generator/index.ts:49

Additional instructions appended to the system prompt to guide workflow generation.


maxRetries?

optional maxRetries: number

Defined in: packages/core/src/generator/index.ts:47

Maximum number of generation attempts. Defaults to 3.


model

model: LanguageModel

Defined in: packages/core/src/generator/index.ts:43

The language model to use for generation.


tools?

optional tools: ToolSet

Defined in: packages/core/src/generator/index.ts:45

Available tools the generated workflow can reference.