CreateAndRunThreadOptionalParams type
Optional parameters for creating and running a thread, excluding the assistantId.
type CreateAndRunThreadOptionalParams = Omit<
CreateAndRunThreadOptions,
"assistantId"
> &
OperationOptions