Type Alias: ToolCommitOptions
ToolCommitOptions =
object
Defined in: core/dist/types/utils/tool-commit.d.ts:5
Properties
name?
optionalname?:string
Defined in: core/dist/types/utils/tool-commit.d.ts:7
Tool name. Default report_done.
stopAtStep?
optionalstopAtStep?:number
Defined in: core/dist/types/utils/tool-commit.d.ts:12
Step count the fuse stops at, OR'd into stopWhen.
Default DEFAULT_STOP_STEP_COUNT (50).