ToolInputData constructor

ToolInputData({
  1. required List toolOutputs,
  2. required String runId,
  3. required String threadId,
})

Implementation

ToolInputData({
  required this.toolOutputs,
  required this.runId,
  required this.threadId,
});