-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy path.manifest.json
139 lines (139 loc) · 4.25 KB
/
.manifest.json
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
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
{
"liblabVersion": "1.1.48",
"date": "2024-07-03T09:28:51.369Z",
"config": {
"authentication": {
"access": {
"prefix": "Bearer"
}
},
"deliveryType": "zip",
"languages": ["python"],
"inputFileName": "/tmp/resources/spec/open-api-spec.json",
"environmentVariables": [],
"fileOutput": "/tmp",
"tempDir": "/tmp/liblab-codegen-1.1.48-Ngf4eW",
"inferServiceNames": false,
"httpLibrary": {
"name": "axios",
"packages": {
"axios": "^1.0.0"
},
"languages": ["javascript", "typescript"]
},
"auth": ["bearer"],
"privateRepo": false,
"githubRef": "",
"sdkName": "Toolhouse",
"sdkVersion": "1.0.0",
"retry": {
"enabled": true,
"maxAttempts": 3,
"retryDelay": 150
},
"customQueries": {
"paths": [],
"rawQueries": [],
"queriesData": []
},
"generateEnv": true,
"includeWatermark": true,
"alwaysInitializeOptionals": true,
"pypiPackageName": "Toolhouse",
"environments": [],
"reservedKeywords": {},
"deliveryMethods": [],
"bundle": false,
"exportClassDefault": false,
"responseHeaders": false,
"renameIllegalModelProperties": false,
"strictVersion": false,
"authors": [],
"classifiers": [],
"projectUrls": {},
"homepage": "",
"enforceRequestValidation": false,
"denoteCommon": false,
"includeOptionalSnippetParameters": true,
"githubRepoName": "toolhouse-sdk",
"publishing": {},
"hooks": {
"enabled": false,
"sourceDir": ""
},
"spec": {
"type": "openapi",
"version": "3.1"
},
"usesFormData": false
},
"files": [
".env.example",
".gitignore",
"README.md",
"examples/.env.example",
"examples/README.md",
"examples/install.cmd",
"examples/install.sh",
"examples/install_py3.sh",
"examples/sample.py",
"install.cmd",
"install.sh",
"pyproject.toml",
"requirements.txt",
"src/toolhouse/README.md",
"src/toolhouse/__init__.py",
"src/toolhouse/hooks/__init__.py",
"src/toolhouse/hooks/hook.py",
"src/toolhouse/models/AnthropicToolCall.py",
"src/toolhouse/models/AnthropicToolCallResults.py",
"src/toolhouse/models/AntropicTools.py",
"src/toolhouse/models/FunctionParameters.py",
"src/toolhouse/models/GetToolsResponse.py",
"src/toolhouse/models/OpenAiAssistantsToolCall.py",
"src/toolhouse/models/OpenAiFunction.py",
"src/toolhouse/models/OpenAiFunctionDefinition.py",
"src/toolhouse/models/OpenAiToolAssistantsCallResults.py",
"src/toolhouse/models/OpenAiToolCall.py",
"src/toolhouse/models/OpenAiToolCallResults.py",
"src/toolhouse/models/OpenAiTools.py",
"src/toolhouse/models/Provider.py",
"src/toolhouse/models/README.md",
"src/toolhouse/models/RunToolsRequest.py",
"src/toolhouse/models/ToolhouseCallResults.py",
"src/toolhouse/models/__init__.py",
"src/toolhouse/models/base.py",
"src/toolhouse/net/__init__.py",
"src/toolhouse/net/environment.py",
"src/toolhouse/net/http_client.py",
"src/toolhouse/net/http_content_types.py",
"src/toolhouse/net/query_serializer.py",
"src/toolhouse/net/utils.py",
"src/toolhouse/sdk.py",
"src/toolhouse/services/README.md",
"src/toolhouse/services/__init__.py",
"src/toolhouse/services/base.py",
"src/toolhouse/services/tools.py",
"src/toolhouse/setup.py",
"test/__init__.py",
"test/models/__init__.py",
"test/models/test_anthropic_tool_call.py",
"test/models/test_anthropic_tool_call_results.py",
"test/models/test_antropic_tools.py",
"test/models/test_base.py",
"test/models/test_function_parameters.py",
"test/models/test_get_tools_response.py",
"test/models/test_open_ai_assistants_tool_call.py",
"test/models/test_open_ai_function.py",
"test/models/test_open_ai_function_definition.py",
"test/models/test_open_ai_tool_assistants_call_results.py",
"test/models/test_open_ai_tool_call.py",
"test/models/test_open_ai_tool_call_results.py",
"test/models/test_open_ai_tools.py",
"test/models/test_run_tools_request.py",
"test/models/test_toolhouse_call_results.py",
"test/services/__init__.py",
"test/services/test_base.py",
"test/services/test_tools.py"
]
}