ToolResultContentBlock constructor

const ToolResultContentBlock({
  1. required String toolUseId,
  2. List<ContentBlock> content = const [],
})

Implementation

const ToolResultContentBlock({
  required this.toolUseId,
  this.content = const [],
});