NewAssistantModel constructor
NewAssistantModel({})
Implementation
NewAssistantModel({
required this.name,
required this.description,
required this.instructions,
required this.model,
required this.tools,
required this.fileIds,
});