PromptAttachment constructor
const
PromptAttachment({})
Implementation
const PromptAttachment({
required this.path,
required this.name,
this.mimeType,
this.size,
this.data,
this.userApprovedOutsideWorkspace = false,
this.forceResourceLink = false,
});