CreateGptAssistantRequest constructor
CreateGptAssistantRequest({})
Implementation
CreateGptAssistantRequest(
{ this.name,
this.description,
required this.model,
this.instructions,
this.tools = const [],
required this.fileIds,
required this.metadata});