You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
export interface V2 {
post(options: V2Parameters): StreamableMethod<V2200Response>;
}
export interface ModelV3 {
/** This operation will pass different paths and different request bodies based on different versions. */
post(options: ModelV3Parameters): StreamableMethod<ModelV3200Response>;
}
RLC versioning/removed
clientDefinitions.ts
models.ts
The text was updated successfully, but these errors were encountered: