ToolResponseContent constructor

const ToolResponseContent({
  1. required String name,
  2. required Object? response,
})

Creates tool response content.

Implementation

const ToolResponseContent({required this.name, required this.response});