Ask a question to get started
Enter to send•Shift+Enter new line
Create a run.
create( threadId: string | null, assistantId: string, payload: RunsCreatePayload ): Promise<Run>
threadId
string | null
The ID of the thread.
assistantId
string
Assistant ID to use for this run.
payload
RunsCreatePayload
Payload for creating a run.