We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4130beb commit d3eb069Copy full SHA for d3eb069
.stats.yml
@@ -1,2 +1,2 @@
1
configured_endpoints: 50
2
-openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/julep-ai-inc-dash%2Fjulep-847b889c66a4eaa5027e94a97850276c1838c37e87b56a2e99043053d0349707.yml
+openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/julep-ai-inc-dash%2Fjulep-7bc69586adf6fe851077906d9580c65752cfa415a5477aa9ecaf18dfb866447b.yml
src/resources/docs.ts
@@ -32,6 +32,8 @@ export interface Doc {
32
33
title: string;
34
35
+ embeddings?: Array<number> | Array<Array<number>> | null;
36
+
37
metadata?: unknown | null;
38
}
39
0 commit comments