createForThread(
threadId: string,
assistantId: string,
payload: CronsCreatePayload
): Promise<CronCreateForThreadResponse>| Name | Type | Description |
|---|---|---|
threadId* | string | |
assistantId* | string | |
payload | CronsCreatePayload |
The ID of the thread.
Assistant ID to use for this cron job.
Payload for creating a cron job.