CreateThreadAndRun constructor
CreateThreadAndRun({})
Implementation
CreateThreadAndRun({
required this.assistantId,
this.model,
this.instructions,
this.metadata,
this.thread,
this.tools
});
CreateThreadAndRun({
required this.assistantId,
this.model,
this.instructions,
this.metadata,
this.thread,
this.tools
});