MockedToolCall constructor

MockedToolCall({
  1. Map<String, Object?>? expectedArgsPattern,
  2. Map<String, Object?>? mockResponse,
  3. String? tool,
  4. String? toolId,
  5. ToolsetTool? toolset,
})

Implementation

MockedToolCall({
  this.expectedArgsPattern,
  this.mockResponse,
  this.tool,
  this.toolId,
  this.toolset,
});