Skip to content

Commit

Permalink
fix(api): update embedding response object type (#466)
Browse files Browse the repository at this point in the history
  • Loading branch information
stainless-bot committed Nov 8, 2023
1 parent 1cb403e commit 53b7e25
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/resources/embeddings.ts
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,9 @@ export interface CreateEmbeddingResponse {
model: string;

/**
* The object type, which is always "embedding".
* The object type, which is always "list".
*/
object: 'embedding';
object: 'list';

/**
* The usage information for the request.
Expand Down

0 comments on commit 53b7e25

Please sign in to comment.