Skip to content

Commit 3f8fd5d

Browse files
Merge pull request #39 from gleanwork/speakeasy-sdk-regen-1749247136
chore: 🐝 Update SDK - Generate 0.6.3
2 parents df358d7 + 46f334a commit 3f8fd5d

File tree

15 files changed

+51
-41
lines changed

15 files changed

+51
-41
lines changed

.speakeasy/gen.lock

Lines changed: 3 additions & 3 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: a0748babeea2c91be038da9e477a97f3
4+
docChecksum: 895c9d213122353173d7c129b2c8d4b7
55
docVersion: 0.9.0
66
speakeasyVersion: 1.557.0
77
generationVersion: 2.623.0
8-
releaseVersion: 0.6.2
9-
configChecksum: ab8ab0e8587f7623b82fc0b4371b04b9
8+
releaseVersion: 0.6.3
9+
configChecksum: f4420151b362f554dd36cc2e52ba1688
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
@@ -25,7 +25,7 @@ generation:
2525
generateNewTests: true
2626
skipResponseBodyAssertions: true
2727
python:
28-
version: 0.6.2
28+
version: 0.6.3
2929
additionalDependencies:
3030
dev: {}
3131
main: {}

.speakeasy/glean-merged-spec.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -945,8 +945,8 @@ paths:
945945
post:
946946
tags:
947947
- Agents
948-
summary: Create an [agent](https://developers.glean.com/agents/agents-api) run and wait for the response
949-
description: Executes an agent run and returns the final response.
948+
summary: Create an agent run and wait for the response
949+
description: Executes an [agent](https://developers.glean.com/agents/agents-api) run and returns the final response.
950950
operationId: createAndWaitRun
951951
x-visibility: Preview
952952
requestBody:
@@ -7475,11 +7475,11 @@ components:
74757475
input_schema:
74767476
type: object
74777477
title: Input Schema
7478-
description: The schema for the agent input. In JSON schema format.
7478+
description: The schema for the agent input. In JSON Schema format.
74797479
output_schema:
74807480
type: object
74817481
title: Output Schema
7482-
description: The schema for the agent output. In JSON schema format.
7482+
description: The schema for the agent output. In JSON Schema format.
74837483
type: object
74847484
required:
74857485
- agent_id

.speakeasy/workflow.lock

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@ speakeasyVersion: 1.557.0
22
sources:
33
Glean API:
44
sourceNamespace: glean-api-specs
5-
sourceRevisionDigest: sha256:927ebf4c072ddb7d9c4a9501c375fb01ecf9f95a3b50fc73205f2c30e5863107
6-
sourceBlobDigest: sha256:552c782f3b9cf6ed461abfbed82233620b573fa3c71fcb6d59dc5a02efd43d35
5+
sourceRevisionDigest: sha256:d7ce1ceb600711b8e88b818186b93b6e4275f01811996d436752410c100339a4
6+
sourceBlobDigest: sha256:e56c126a42ae3d72395b2891ac56b8f5264993a298d9d4f5e68748395cdd54cf
77
tags:
88
- latest
9-
- speakeasy-sdk-regen-1749237128
9+
- speakeasy-sdk-regen-1749247136
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:927ebf4c072ddb7d9c4a9501c375fb01ecf9f95a3b50fc73205f2c30e5863107
21-
sourceBlobDigest: sha256:552c782f3b9cf6ed461abfbed82233620b573fa3c71fcb6d59dc5a02efd43d35
20+
sourceRevisionDigest: sha256:d7ce1ceb600711b8e88b818186b93b6e4275f01811996d436752410c100339a4
21+
sourceBlobDigest: sha256:e56c126a42ae3d72395b2891ac56b8f5264993a298d9d4f5e68748395cdd54cf
2222
codeSamplesNamespace: glean-api-specs-python-code-samples
23-
codeSamplesRevisionDigest: sha256:a4e3d3787a5f493fb7e73dc7f1a9a0826462cd51e6bc313b50e993958fb0bc7f
23+
codeSamplesRevisionDigest: sha256:616f210191e4d9c7270884cda5aee3e53caa4a3c1eba93997f725bdd345eed8c
2424
workflow:
2525
workflowVersion: 1.0.0
2626
speakeasyVersion: latest

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -347,7 +347,7 @@ For more information on obtaining the appropriate token type, please contact you
347347
* [retrieve_schemas](docs/sdks/agents/README.md#retrieve_schemas) - List an agent's schemas
348348
* [list](docs/sdks/agents/README.md#list) - Search agents
349349
* [run_stream](docs/sdks/agents/README.md#run_stream) - Create an agent run and stream the response
350-
* [run](docs/sdks/agents/README.md#run) - Create an [agent](https://developers.glean.com/agents/agents-api) run and wait for the response
350+
* [run](docs/sdks/agents/README.md#run) - Create an agent run and wait for the response
351351

352352
#### [client.announcements](docs/sdks/announcements/README.md)
353353

RELEASES.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,4 +128,14 @@ Based on:
128128
### Generated
129129
- [python v0.6.2] .
130130
### Releases
131-
- [PyPI v0.6.2] https://pypi.org/project/glean/0.6.2 - .
131+
- [PyPI v0.6.2] https://pypi.org/project/glean/0.6.2 - .
132+
133+
## 2025-06-06 21:58:33
134+
### Changes
135+
Based on:
136+
- OpenAPI Doc
137+
- Speakeasy CLI 1.557.0 (2.623.0) https://github.com/speakeasy-api/speakeasy
138+
### Generated
139+
- [python v0.6.3] .
140+
### Releases
141+
- [PyPI v0.6.3] https://pypi.org/project/glean/0.6.3 - .

docs/models/agentschemas.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,5 @@ Defines the structure and properties of an agent.
88
| Field | Type | Required | Description | Example |
99
| ------------------------------------------------------- | ------------------------------------------------------- | ------------------------------------------------------- | ------------------------------------------------------- | ------------------------------------------------------- |
1010
| `agent_id` | *str* | :heavy_check_mark: | The ID of the agent. | mho4lwzylcozgoc2 |
11-
| `input_schema` | [models.InputSchema](../models/inputschema.md) | :heavy_check_mark: | The schema for the agent input. In JSON schema format. | |
12-
| `output_schema` | [models.OutputSchema](../models/outputschema.md) | :heavy_check_mark: | The schema for the agent output. In JSON schema format. | |
11+
| `input_schema` | [models.InputSchema](../models/inputschema.md) | :heavy_check_mark: | The schema for the agent input. In JSON Schema format. | |
12+
| `output_schema` | [models.OutputSchema](../models/outputschema.md) | :heavy_check_mark: | The schema for the agent output. In JSON Schema format. | |

docs/models/inputschema.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# InputSchema
22

3-
The schema for the agent input. In JSON schema format.
3+
The schema for the agent input. In JSON Schema format.
44

55

66
## Fields

docs/models/outputschema.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# OutputSchema
22

3-
The schema for the agent output. In JSON schema format.
3+
The schema for the agent output. In JSON Schema format.
44

55

66
## Fields

docs/sdks/agents/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
* [retrieve_schemas](#retrieve_schemas) - List an agent's schemas
1010
* [list](#list) - Search agents
1111
* [run_stream](#run_stream) - Create an agent run and stream the response
12-
* [run](#run) - Create an [agent](https://developers.glean.com/agents/agents-api) run and wait for the response
12+
* [run](#run) - Create an agent run and wait for the response
1313

1414
## retrieve
1515

@@ -173,7 +173,7 @@ with Glean(
173173

174174
## run
175175

176-
Executes an agent run and returns the final response.
176+
Executes an [agent](https://developers.glean.com/agents/agents-api) run and returns the final response.
177177

178178
### Example Usage
179179

0 commit comments

Comments
 (0)