Skip to content

remora-monorepo


remora-monorepo / lib / WorkflowGeneratorToolOptions

Interface: WorkflowGeneratorToolOptions

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

Options for createWorkflowGeneratorTool.

Properties

additionalInstructions?

optional additionalInstructions: string

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

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


maxRetries?

optional maxRetries: number

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

Maximum number of generation attempts. Defaults to 3.


model

model: LanguageModel

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

The language model to use for generation.


tools?

optional tools: ToolSet

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

Available tools the generated workflow can reference.