-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathgen.yaml
56 lines (56 loc) · 1.51 KB
/
gen.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
configVersion: 2.0.0
generation:
sdkClassName: HoneyHive
maintainOpenAPIOrder: true
usageSnippets:
optionalPropertyRendering: withExample
useClassNamesForArrayFields: true
fixes:
nameResolutionDec2023: false
parameterOrderingFeb2024: false
requestResponseComponentNamesFeb2024: false
auth:
oAuth2ClientCredentialsEnabled: false
oAuth2PasswordEnabled: false
typescript:
version: 1.4.3
additionalDependencies:
dependencies:
'@anthropic-ai/sdk': ^0.21.0
'@aws-sdk/client-bedrock-runtime': ^3.577.0
'@azure/openai': ^1.0.0-beta.12
'@pinecone-database/pinecone': ^2.2.1
'@traceloop/node-server-sdk': ^0.8.4
chromadb: ^1.8.1
cohere-ai: ^7.10.0
langchain: ^0.2.0
llamaindex: ^0.3.12
openai: ^4.47.1
posthog-node: ^4.2.0
reflect-metadata: ^0.1.13
devDependencies: {}
peerDependencies: {}
additionalPackageJSON: {}
author: HoneyHive
clientServerStatusCodesAsErrors: true
defaultErrorName: SDKError
enumFormat: union
flattenGlobalSecurity: true
flatteningOrder: body-first
imports:
option: openapi
paths:
callbacks: models/callbacks
errors: models/errors
operations: models/operations
shared: models/components
webhooks: models/webhooks
inputModelSuffix: input
maxMethodParams: 4
methodArguments: require-security-and-request
moduleFormat: commonjs
outputModelSuffix: output
packageName: honeyhive
responseFormat: flat
templateVersion: v2
useIndexModules: true