Skip to content

Commit 4f8c070

Browse files
committed
ci: regenerated with OpenAPI Doc , Speakeasy CLI 1.552.0
1 parent 67d772d commit 4f8c070

File tree

14 files changed

+84
-61
lines changed

14 files changed

+84
-61
lines changed

.speakeasy/gen.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
lockVersion: 2.0.0
22
id: 3e3290ca-0ee8-4981-b1bc-14536048fa63
33
management:
4-
docChecksum: 494200b2b5ce073b7458b5d6a0507b42
4+
docChecksum: ac2ce86854dd8c5ab4ec18022403be07
55
docVersion: 0.9.0
6-
speakeasyVersion: 1.551.0
6+
speakeasyVersion: 1.552.0
77
generationVersion: 2.610.0
8-
releaseVersion: 0.5.2
9-
configChecksum: 6a95613bf15bc0a00a38f7c157809ca4
8+
releaseVersion: 0.5.3
9+
configChecksum: d7153f61043760d444b34f54f0d5cbd9
1010
repoURL: https://github.com/gleanwork/api-client-python.git
1111
installationURL: https://github.com/gleanwork/api-client-python.git
1212
published: true

.speakeasy/gen.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ generation:
2424
generateNewTests: true
2525
skipResponseBodyAssertions: true
2626
python:
27-
version: 0.5.2
27+
version: 0.5.3
2828
additionalDependencies:
2929
dev: {}
3030
main: {}

.speakeasy/glean-merged-spec.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7244,6 +7244,9 @@ components:
72447244
type: integer
72457245
description: Timeout in milliseconds for the request. A `408` error will be returned if handling the request takes longer.
72467246
example: 30000
7247+
sessionInfo:
7248+
description: Optional object for tracking the session used by the client and for debugging purposes.
7249+
$ref: "#/components/schemas/SessionInfo"
72477250
applicationId:
72487251
type: string
72497252
description: The ID of the application this request originates from, used to determine the configuration of underlying chat processes. This should correspond to the ID set during admin setup. If not specified, the default chat experience will be used.

.speakeasy/workflow.lock

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
1-
speakeasyVersion: 1.551.0
1+
speakeasyVersion: 1.552.0
22
sources:
33
Glean API:
44
sourceNamespace: glean-api-specs
5-
sourceRevisionDigest: sha256:8f21c39ef4c0f7b292ea72e3a7ec057db295ddfd2814e99c7a753fd3773d23cb
6-
sourceBlobDigest: sha256:e03e7548ba6cb180d1f94e0a3912501f47f1f9944c0631dd752b396e56513f1f
5+
sourceRevisionDigest: sha256:66d8e1720ab1e5b8e1630a24b91711497a0296c13e4cf2d48f04db58700f7246
6+
sourceBlobDigest: sha256:bf58ef2dadaf0b646a312a0f62e44d50984f303448e4c747b76bcb3e015ca4ef
77
tags:
88
- latest
9-
- speakeasy-sdk-regen-1748125845
9+
- speakeasy-sdk-regen-1748396490
1010
Glean Client API:
1111
sourceNamespace: glean-client-api
1212
sourceRevisionDigest: sha256:4edc63ad559e4f2c9fb9ebf5edaaaaa9269f1874d271cfd84b441d6dacac43d2
@@ -17,10 +17,10 @@ targets:
1717
glean:
1818
source: Glean API
1919
sourceNamespace: glean-api-specs
20-
sourceRevisionDigest: sha256:8f21c39ef4c0f7b292ea72e3a7ec057db295ddfd2814e99c7a753fd3773d23cb
21-
sourceBlobDigest: sha256:e03e7548ba6cb180d1f94e0a3912501f47f1f9944c0631dd752b396e56513f1f
20+
sourceRevisionDigest: sha256:66d8e1720ab1e5b8e1630a24b91711497a0296c13e4cf2d48f04db58700f7246
21+
sourceBlobDigest: sha256:bf58ef2dadaf0b646a312a0f62e44d50984f303448e4c747b76bcb3e015ca4ef
2222
codeSamplesNamespace: glean-api-specs-python-code-samples
23-
codeSamplesRevisionDigest: sha256:539ebe8f0df16c3e87e9f927ad10b3558a8dc28721c86ad316de94314e51a906
23+
codeSamplesRevisionDigest: sha256:2fd9886679f6851efabc8f1255cfa1e2af923ad6b8670ffc80b1f98b8f6d785b
2424
workflow:
2525
workflowVersion: 1.0.0
2626
speakeasyVersion: latest

RELEASES.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,4 +98,14 @@ Based on:
9898
### Generated
9999
- [python v0.5.2] .
100100
### Releases
101-
- [PyPI v0.5.2] https://pypi.org/project/glean/0.5.2 - .
101+
- [PyPI v0.5.2] https://pypi.org/project/glean/0.5.2 - .
102+
103+
## 2025-05-29 01:40:52
104+
### Changes
105+
Based on:
106+
- OpenAPI Doc
107+
- Speakeasy CLI 1.552.0 (2.610.0) https://github.com/speakeasy-api/speakeasy
108+
### Generated
109+
- [python v0.5.3] .
110+
### Releases
111+
- [PyPI v0.5.3] https://pypi.org/project/glean/0.5.3 - .

docs/models/chatrequest.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,5 +12,6 @@
1212
| `inclusions` | [Optional[models.ChatRestrictionFilters]](../models/chatrestrictionfilters.md) | :heavy_minus_sign: | N/A | |
1313
| `exclusions` | [Optional[models.ChatRestrictionFilters]](../models/chatrestrictionfilters.md) | :heavy_minus_sign: | N/A | |
1414
| `timeout_millis` | *Optional[int]* | :heavy_minus_sign: | Timeout in milliseconds for the request. A `408` error will be returned if handling the request takes longer. | 30000 |
15+
| `session_info` | [Optional[models.SessionInfo]](../models/sessioninfo.md) | :heavy_minus_sign: | N/A | |
1516
| `application_id` | *Optional[str]* | :heavy_minus_sign: | The ID of the application this request originates from, used to determine the configuration of underlying chat processes. This should correspond to the ID set during admin setup. If not specified, the default chat experience will be used. | |
1617
| `stream` | *Optional[bool]* | :heavy_minus_sign: | If set, response lines will be streamed one-by-one as they become available. Each will be a ChatResponse, formatted as JSON, and separated by a new line. If false, the entire response will be returned at once. Note that if this is set and the model being used does not support streaming, the model's response will not be streamed, but other messages from the endpoint still will be. | |

0 commit comments

Comments
 (0)