ImageGenerationToolCallContent constructor

ImageGenerationToolCallContent({
  1. String? imageId,
  2. Object? rawRepresentation,
  3. AdditionalPropertiesDictionary? additionalProperties,
})

Implementation

ImageGenerationToolCallContent({
  this.imageId,
  super.rawRepresentation,
  super.additionalProperties,
});