GptAssistant constructor
GptAssistant({})
Implementation
GptAssistant(
{required this.id,
this.object = "assistant",
required this.createdAt,
this.name,
this.description,
required this.model,
this.instructions,
required this.tools,
required this.fileIds,
required this.metadata});