Skip to content

Commit

Permalink
feat(api): OpenAPI spec update via Stainless API (#69)
Browse files Browse the repository at this point in the history
  • Loading branch information
stainless-app[bot] authored and stainless-bot committed Apr 25, 2024
1 parent 81ff1b7 commit ef27155
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/resources/call.ts
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ export class Call extends APIResource {
export interface CallResponse extends RegisterCallResponse {
/**
* BETA feature, schema might change, might not always be populated. Please do not
* rely on schema for post processing.
* rely on this object schema for post processing.
*
* Post conversation evaluation of the call. Including information such as
* sentiment, intent, call completion status and other metrics. Available after
Expand Down Expand Up @@ -147,7 +147,7 @@ export interface CallResponse extends RegisterCallResponse {
export namespace CallResponse {
/**
* BETA feature, schema might change, might not always be populated. Please do not
* rely on schema for post processing.
* rely on this object schema for post processing.
*
* Post conversation evaluation of the call. Including information such as
* sentiment, intent, call completion status and other metrics. Available after
Expand Down

0 comments on commit ef27155

Please sign in to comment.