completionWithRetry(
prompt: string,
options: Omit<TogetherAICallOptions, "configurable" | "recursionLimit" | "runName" | "tags" | "metadata" | "callbacks" | "runId">
): Promise<any>| Name | Type | Description |
|---|---|---|
prompt* | string | |
options | Omit<TogetherAICallOptions, "configurable" | "recursionLimit" | "runName" | "tags" | "metadata" | "callbacks" | "runId"> |