Share via


CreateRunOptionalParams type

Optional parameters for creating and running a thread, excluding the assistantId.

type CreateRunOptionalParams = Omit<
  CreateRunOptions & OperationOptions,
  "assistantId"
> &
  OperationOptions