AfterToolCallResult constructor

const AfterToolCallResult({
  1. List<ContentBlock>? content,
  2. bool? isError,
  3. bool? terminate,
})

Implementation

const AfterToolCallResult({this.content, this.isError, this.terminate});