File tree
109 files changed
+642
-550
lines changed- .devcontainer
- .github/workflows
- bin
- examples
- scripts
- utils
- src
- prompt-foundry-python-sdk/lib
- prompt-foundry-sdk/lib
- prompt_foundry_python_sdk
- _utils
- lib
- resources
- types
- tests
- api_resources
- test_utils
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
109 files changed
+642
-550
lines changed.devcontainer/Dockerfile
100644
100755
File mode changed.
.devcontainer/devcontainer.json
100644
100755
File mode changed.
.github/workflows/ci.yml
100644
100755
File mode changed.
.github/workflows/publish-pypi.yml
100644
100755
File mode changed.
.github/workflows/release-doctor.yml
100644
100755
File mode changed.
.gitignore
100644
100755
File mode changed.
.python-version
100644
100755
File mode changed.
.release-please-manifest.json
100644
100755
+1-1
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 | 1 |
| |
2 |
| - | |
| 2 | + | |
3 | 3 |
|
.stats.yml
100644
100755
File mode changed.
Brewfile
100644
100755
File mode changed.
CONTRIBUTING.md
100644
100755
File mode changed.
LICENSE
100644
100755
File mode changed.
README.md
100644
100755
File mode changed.
SECURITY.md
100644
100755
File mode changed.
api.md
100644
100755
File mode changed.
bin/check-release-environment
100644
100755
File mode changed.
bin/publish-pypi
100644
100755
File mode changed.
examples/.keep
100644
100755
File mode changed.
mypy.ini
100644
100755
File mode changed.
noxfile.py
100644
100755
File mode changed.
pyproject.toml
100644
100755
+4-1
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 | 1 |
| |
2 | 2 |
| |
3 |
| - | |
| 3 | + | |
4 | 4 |
| |
5 | 5 |
| |
6 | 6 |
| |
| |||
78 | 78 |
| |
79 | 79 |
| |
80 | 80 |
| |
| 81 | + | |
81 | 82 |
| |
82 | 83 |
| |
83 | 84 |
| |
84 | 85 |
| |
| 86 | + | |
| 87 | + | |
85 | 88 |
| |
86 | 89 |
| |
87 | 90 |
| |
|
release-please-config.json
100644
100755
File mode changed.
requirements-dev.lock
100644
100755
File mode changed.
requirements.lock
100644
100755
File mode changed.
+2-2
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
21 | 21 |
| |
22 | 22 |
| |
23 | 23 |
| |
24 |
| - | |
| 24 | + | |
25 | 25 |
| |
26 | 26 |
| |
27 | 27 |
| |
| |||
37 | 37 |
| |
38 | 38 |
| |
39 | 39 |
| |
40 |
| - | |
| 40 | + | |
41 | 41 |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
54 | 54 |
| |
55 | 55 |
| |
56 | 56 |
| |
| 57 | + | |
| 58 | + | |
| 59 | + |
scripts/utils/ruffen-docs.py
100644
100755
File mode changed.
src/prompt-foundry-python-sdk/lib/.keep
100644
100755
File mode changed.
src/prompt-foundry-sdk/lib/.keep
100644
100755
File mode changed.
src/prompt_foundry_python_sdk/__init__.py
100644
100755
File mode changed.
src/prompt_foundry_python_sdk/_base_client.py
100644
100755
+2-2
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 | 1 |
| |
2 | 2 |
| |
| 3 | + | |
3 | 4 |
| |
4 | 5 |
| |
5 | 6 |
| |
| |||
1982 | 1983 |
| |
1983 | 1984 |
| |
1984 | 1985 |
| |
1985 |
| - | |
1986 | 1986 |
| |
1987 | 1987 |
| |
1988 | 1988 |
| |
| |||
1998 | 1998 |
| |
1999 | 1999 |
| |
2000 | 2000 |
| |
2001 |
| - | |
| 2001 | + | |
2002 | 2002 |
| |
2003 | 2003 |
| |
2004 | 2004 |
| |
|
src/prompt_foundry_python_sdk/_client.py
100644
100755
File mode changed.
src/prompt_foundry_python_sdk/_compat.py
100644
100755
File mode changed.
src/prompt_foundry_python_sdk/_constants.py
100644
100755
File mode changed.
src/prompt_foundry_python_sdk/_exceptions.py
100644
100755
File mode changed.
src/prompt_foundry_python_sdk/_files.py
100644
100755
File mode changed.
src/prompt_foundry_python_sdk/_models.py
100644
100755
+2
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
380 | 380 |
| |
381 | 381 |
| |
382 | 382 |
| |
| 383 | + | |
| 384 | + | |
383 | 385 |
| |
384 | 386 |
| |
385 | 387 |
| |
|
src/prompt_foundry_python_sdk/_qs.py
100644
100755
File mode changed.
src/prompt_foundry_python_sdk/_resource.py
100644
100755
File mode changed.
src/prompt_foundry_python_sdk/_response.py
100644
100755
File mode changed.
src/prompt_foundry_python_sdk/_streaming.py
100644
100755
File mode changed.
src/prompt_foundry_python_sdk/_types.py
100644
100755
File mode changed.
File mode changed.
src/prompt_foundry_python_sdk/_utils/_logs.py
100644
100755
File mode changed.
src/prompt_foundry_python_sdk/_utils/_proxy.py
100644
100755
File mode changed.
File mode changed.
File mode changed.
src/prompt_foundry_python_sdk/_utils/_sync.py
100644
100755
File mode changed.
File mode changed.
src/prompt_foundry_python_sdk/_utils/_typing.py
100644
100755
File mode changed.
src/prompt_foundry_python_sdk/_utils/_utils.py
100644
100755
File mode changed.
src/prompt_foundry_python_sdk/_version.py
100644
100755
+1-1
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 | 1 |
| |
2 | 2 |
| |
3 | 3 |
| |
4 |
| - | |
| 4 | + |
src/prompt_foundry_python_sdk/lib/.keep
100644
100755
File mode changed.
src/prompt_foundry_python_sdk/py.typed
100644
100755
File mode changed.
File mode changed.
File mode changed.
File mode changed.
File mode changed.
File mode changed.
File mode changed.
src/prompt_foundry_python_sdk/types/__init__.py
100644
100755
File mode changed.
File mode changed.
File mode changed.
File mode changed.
File mode changed.
File mode changed.
File mode changed.
File mode changed.
File mode changed.
File mode changed.
File mode changed.
File mode changed.
File mode changed.
File mode changed.
File mode changed.
File mode changed.
File mode changed.
File mode changed.
File mode changed.
File mode changed.
File mode changed.
src/prompt_foundry_python_sdk/types/tool.py
100644
100755
File mode changed.
File mode changed.
File mode changed.
File mode changed.
File mode changed.
tests/__init__.py
100644
100755
File mode changed.
tests/api_resources/__init__.py
100644
100755
File mode changed.
tests/api_resources/test_completion.py
100644
100755
+36-36
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
32 | 32 |
| |
33 | 33 |
| |
34 | 34 |
| |
35 |
| - | |
36 | 35 |
| |
| 36 | + | |
37 | 37 |
| |
38 | 38 |
| |
39 |
| - | |
40 | 39 |
| |
| 40 | + | |
41 | 41 |
| |
42 | 42 |
| |
43 |
| - | |
44 | 43 |
| |
| 44 | + | |
45 | 45 |
| |
46 | 46 |
| |
47 | 47 |
| |
48 | 48 |
| |
49 | 49 |
| |
50 | 50 |
| |
51 | 51 |
| |
52 |
| - | |
53 | 52 |
| |
| 53 | + | |
54 | 54 |
| |
55 | 55 |
| |
56 |
| - | |
57 | 56 |
| |
| 57 | + | |
58 | 58 |
| |
59 | 59 |
| |
60 |
| - | |
61 | 60 |
| |
| 61 | + | |
62 | 62 |
| |
63 | 63 |
| |
64 | 64 |
| |
65 | 65 |
| |
66 | 66 |
| |
67 | 67 |
| |
68 | 68 |
| |
69 |
| - | |
70 | 69 |
| |
| 70 | + | |
71 | 71 |
| |
72 | 72 |
| |
73 |
| - | |
74 | 73 |
| |
| 74 | + | |
75 | 75 |
| |
76 | 76 |
| |
77 |
| - | |
78 | 77 |
| |
| 78 | + | |
79 | 79 |
| |
80 | 80 |
| |
81 | 81 |
| |
| |||
85 | 85 |
| |
86 | 86 |
| |
87 | 87 |
| |
88 |
| - | |
89 | 88 |
| |
| 89 | + | |
90 | 90 |
| |
91 | 91 |
| |
92 |
| - | |
93 | 92 |
| |
| 93 | + | |
94 | 94 |
| |
95 | 95 |
| |
96 |
| - | |
97 | 96 |
| |
| 97 | + | |
98 | 98 |
| |
99 | 99 |
| |
100 | 100 |
| |
101 | 101 |
| |
102 | 102 |
| |
103 | 103 |
| |
104 | 104 |
| |
105 |
| - | |
106 | 105 |
| |
| 106 | + | |
107 | 107 |
| |
108 | 108 |
| |
109 |
| - | |
110 | 109 |
| |
| 110 | + | |
111 | 111 |
| |
112 | 112 |
| |
113 |
| - | |
114 | 113 |
| |
| 114 | + | |
115 | 115 |
| |
116 | 116 |
| |
117 | 117 |
| |
118 | 118 |
| |
119 | 119 |
| |
120 | 120 |
| |
121 | 121 |
| |
122 |
| - | |
123 | 122 |
| |
| 123 | + | |
124 | 124 |
| |
125 | 125 |
| |
126 |
| - | |
127 | 126 |
| |
| 127 | + | |
128 | 128 |
| |
129 | 129 |
| |
130 |
| - | |
131 | 130 |
| |
| 131 | + | |
132 | 132 |
| |
133 | 133 |
| |
134 | 134 |
| |
| |||
189 | 189 |
| |
190 | 190 |
| |
191 | 191 |
| |
192 |
| - | |
193 | 192 |
| |
| 193 | + | |
194 | 194 |
| |
195 | 195 |
| |
196 |
| - | |
197 | 196 |
| |
| 197 | + | |
198 | 198 |
| |
199 | 199 |
| |
200 |
| - | |
201 | 200 |
| |
| 201 | + | |
202 | 202 |
| |
203 | 203 |
| |
204 | 204 |
| |
205 | 205 |
| |
206 | 206 |
| |
207 | 207 |
| |
208 | 208 |
| |
209 |
| - | |
210 | 209 |
| |
| 210 | + | |
211 | 211 |
| |
212 | 212 |
| |
213 |
| - | |
214 | 213 |
| |
| 214 | + | |
215 | 215 |
| |
216 | 216 |
| |
217 |
| - | |
218 | 217 |
| |
| 218 | + | |
219 | 219 |
| |
220 | 220 |
| |
221 | 221 |
| |
222 | 222 |
| |
223 | 223 |
| |
224 | 224 |
| |
225 | 225 |
| |
226 |
| - | |
227 | 226 |
| |
| 227 | + | |
228 | 228 |
| |
229 | 229 |
| |
230 |
| - | |
231 | 230 |
| |
| 231 | + | |
232 | 232 |
| |
233 | 233 |
| |
234 |
| - | |
235 | 234 |
| |
| 235 | + | |
236 | 236 |
| |
237 | 237 |
| |
238 | 238 |
| |
| |||
242 | 242 |
| |
243 | 243 |
| |
244 | 244 |
| |
245 |
| - | |
246 | 245 |
| |
| 246 | + | |
247 | 247 |
| |
248 | 248 |
| |
249 |
| - | |
250 | 249 |
| |
| 250 | + | |
251 | 251 |
| |
252 | 252 |
| |
253 |
| - | |
254 | 253 |
| |
| 254 | + | |
255 | 255 |
| |
256 | 256 |
| |
257 | 257 |
| |
258 | 258 |
| |
259 | 259 |
| |
260 | 260 |
| |
261 | 261 |
| |
262 |
| - | |
263 | 262 |
| |
| 263 | + | |
264 | 264 |
| |
265 | 265 |
| |
266 |
| - | |
267 | 266 |
| |
| 267 | + | |
268 | 268 |
| |
269 | 269 |
| |
270 |
| - | |
271 | 270 |
| |
| 271 | + | |
272 | 272 |
| |
273 | 273 |
| |
274 | 274 |
| |
275 | 275 |
| |
276 | 276 |
| |
277 | 277 |
| |
278 | 278 |
| |
279 |
| - | |
280 | 279 |
| |
| 280 | + | |
281 | 281 |
| |
282 | 282 |
| |
283 |
| - | |
284 | 283 |
| |
| 284 | + | |
285 | 285 |
| |
286 | 286 |
| |
287 |
| - | |
288 | 287 |
| |
| 288 | + | |
289 | 289 |
| |
290 | 290 |
| |
291 | 291 |
| |
|
File mode changed.
0 commit comments