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