remora-monorepo / lib / WorkflowGeneratorToolOptions
Interface: WorkflowGeneratorToolOptions
Defined in: packages/core/src/generator/index.ts:140
Options for createWorkflowGeneratorTool.
Properties
additionalInstructions?
optionaladditionalInstructions:string
Defined in: packages/core/src/generator/index.ts:148
Additional instructions appended to the system prompt to guide workflow generation.
maxRetries?
optionalmaxRetries: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?
optionaltools:ToolSet
Defined in: packages/core/src/generator/index.ts:144
Available tools the generated workflow can reference.