Skip to content

Commit

Permalink
feat(api): api update (#108)
Browse files Browse the repository at this point in the history
  • Loading branch information
stainless-app[bot] committed Nov 9, 2024
1 parent cbc778c commit 5b63ba6
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .stats.yml
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
configured_endpoints: 50
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/julep-ai-inc-dash%2Fjulep-2365c9321aa056f369ea2efe99588bbe8a612f51613a45010b4614fa8ba4702c.yml
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/julep-ai-inc-dash%2Fjulep-248388a2600992ee7e74abfae4b910cb1a13cf9e20724a747953f1bf89e562e1.yml
2 changes: 2 additions & 0 deletions src/resources/agents/docs.ts
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,8 @@ export namespace DocSearchResponse {

distance?: number | null;

metadata?: unknown | null;

title?: string | null;
}

Expand Down
4 changes: 4 additions & 0 deletions src/resources/sessions.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1303,6 +1303,8 @@ export namespace ChatResponse {

distance?: number | null;

metadata?: unknown | null;

title?: string | null;
}

Expand Down Expand Up @@ -3290,6 +3292,8 @@ export namespace SessionChatResponse {

distance?: number | null;

metadata?: unknown | null;

title?: string | null;
}

Expand Down
2 changes: 2 additions & 0 deletions src/resources/users/docs.ts
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,8 @@ export namespace DocSearchResponse {

distance?: number | null;

metadata?: unknown | null;

title?: string | null;
}

Expand Down

0 comments on commit 5b63ba6

Please sign in to comment.