GptAssistantMessage constructor
GptAssistantMessage({})
Implementation
GptAssistantMessage(
{required this.id, this.object = "thread.message", required this.threadId, this.metadata, required this.fileIds, required this.content, required this.role, required this.createdAt, this.assistantId, this.runId});