ReasoningPart constructor

ReasoningPart({
  1. dynamic text,
  2. dynamic media,
  3. dynamic toolRequest,
  4. dynamic toolResponse,
  5. dynamic data,
  6. dynamic metadata,
  7. dynamic custom,
  8. required String? reasoning,
  9. dynamic resource,
})

Implementation

ReasoningPart({
  this.text,
  this.media,
  this.toolRequest,
  this.toolResponse,
  this.data,
  this.metadata,
  this.custom,
  required this.reasoning,
  this.resource,
});