ImageGenerationToolCallContent constructor
ImageGenerationToolCallContent({
- String? imageId,
- Object? rawRepresentation,
- AdditionalPropertiesDictionary? additionalProperties,
Creates a new ImageGenerationToolCallContent.
Implementation
ImageGenerationToolCallContent({
this.imageId,
super.rawRepresentation,
super.additionalProperties,
});