ToolUseContext constructor
const
ToolUseContext({
- required String cwd,
- bool debugMode = false,
- AbortSignal? abortSignal,
- void onProgress()?,
Implementation
const ToolUseContext({
required this.cwd,
this.debugMode = false,
this.abortSignal,
this.onProgress,
});