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