AfterToolCallResult constructor
const
AfterToolCallResult({
- List<
ContentBlock> ? content, - bool? isError,
- bool? terminate,
Implementation
const AfterToolCallResult({this.content, this.isError, this.terminate});