Skip to content

Commit 53c4cf9

Browse files
Merge pull request #41 from gleanwork/speakeasy-sdk-regen-1749491200
chore: 🐝 Update SDK - Generate 0.6.5
2 parents 7b3aa00 + 6e1f46f commit 53c4cf9

File tree

11 files changed

+40
-23
lines changed

11 files changed

+40
-23
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: 1477738232aeb60aace8340880be72ae
4+
docChecksum: 59c6e14049dbd73093349e44990e95cc
55
docVersion: 0.9.0
6-
speakeasyVersion: 1.557.1
6+
speakeasyVersion: 1.558.0
77
generationVersion: 2.623.2
8-
releaseVersion: 0.6.4
9-
configChecksum: 97a162cbd1df1380dc8322bed97ec589
8+
releaseVersion: 0.6.5
9+
configChecksum: bb2b0d325af46323cdd0a355d5cb36cd
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.4
28+
version: 0.6.5
2929
additionalDependencies:
3030
dev: {}
3131
main: {}

.speakeasy/glean-merged-spec.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6826,9 +6826,11 @@ components:
68266826
x-enumDescriptions:
68276827
DEFAULT: Integrates with your company's knowledge.
68286828
GPT: Communicates directly with the LLM.
6829+
UNIVERSAL: Uses both company and web knowledge.
68296830
enum:
68306831
- DEFAULT
68316832
- GPT
6833+
- UNIVERSAL
68326834
mode:
68336835
type: string
68346836
description: Top level modes to run GleanChat in.

.speakeasy/workflow.lock

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
1-
speakeasyVersion: 1.557.1
1+
speakeasyVersion: 1.558.0
22
sources:
33
Glean API:
44
sourceNamespace: glean-api-specs
5-
sourceRevisionDigest: sha256:254ed74184de2e725a0dc2cf521b132b29ece9d3ba6b12fd7e7b1ceaa2e6d043
6-
sourceBlobDigest: sha256:f2a59d8beefedbda0e59b25d09a930e1b907145f784bf8961fc31b862163d964
5+
sourceRevisionDigest: sha256:8a528d68d247ecb98ea1d9d49c135154477cbfbab078b6159359a09f64628fba
6+
sourceBlobDigest: sha256:09d1624a9a347738790040f1fcdc5f2eff15461dd39941a1535efb55e2c8939f
77
tags:
88
- latest
9-
- speakeasy-sdk-regen-1749454024
9+
- speakeasy-sdk-regen-1749491200
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:254ed74184de2e725a0dc2cf521b132b29ece9d3ba6b12fd7e7b1ceaa2e6d043
21-
sourceBlobDigest: sha256:f2a59d8beefedbda0e59b25d09a930e1b907145f784bf8961fc31b862163d964
20+
sourceRevisionDigest: sha256:8a528d68d247ecb98ea1d9d49c135154477cbfbab078b6159359a09f64628fba
21+
sourceBlobDigest: sha256:09d1624a9a347738790040f1fcdc5f2eff15461dd39941a1535efb55e2c8939f
2222
codeSamplesNamespace: glean-api-specs-python-code-samples
23-
codeSamplesRevisionDigest: sha256:bd2c8dd3d421bb8899be6f133e8dcd287ceaeb9e7022ad1b5f3415d7b335c1ab
23+
codeSamplesRevisionDigest: sha256:d2defba5ce9f2980f4c7a8ed3cd58df2629ca3a2e7c380959c3028c6f231d6ab
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
@@ -148,4 +148,14 @@ Based on:
148148
### Generated
149149
- [python v0.6.4] .
150150
### Releases
151-
- [PyPI v0.6.4] https://pypi.org/project/glean/0.6.4 - .
151+
- [PyPI v0.6.4] https://pypi.org/project/glean/0.6.4 - .
152+
153+
## 2025-06-09 17:46:17
154+
### Changes
155+
Based on:
156+
- OpenAPI Doc
157+
- Speakeasy CLI 1.558.0 (2.623.2) https://github.com/speakeasy-api/speakeasy
158+
### Generated
159+
- [python v0.6.5] .
160+
### Releases
161+
- [PyPI v0.6.5] https://pypi.org/project/glean/0.6.5 - .

docs/models/agentenum.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,8 @@ Name of the agent.
55

66
## Values
77

8-
| Name | Value |
9-
| --------- | --------- |
10-
| `DEFAULT` | DEFAULT |
11-
| `GPT` | GPT |
8+
| Name | Value |
9+
| ----------- | ----------- |
10+
| `DEFAULT` | DEFAULT |
11+
| `GPT` | GPT |
12+
| `UNIVERSAL` | UNIVERSAL |

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "glean-api-client"
3-
version = "0.6.4"
3+
version = "0.6.5"
44
description = "Python Client SDK Generated by Speakeasy."
55
authors = [{ name = "Glean Technologies, Inc." }]
66
license = "MIT"

speakeasyusagegen/.speakeasy/logs/naming.log

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -534,7 +534,7 @@ ChatRequest (timezoneOffset: integer, ChatRequest: ChatRequest)
534534
ChatRequest (saveChat: boolean, chatId: string, messages: array ...)
535535
ChatMessage (agentConfig: AgentConfig, author: enum, citations: array ...)
536536
AgentConfig (agent: enum, mode: enum)
537-
AgentEnum (enum: DEFAULT, GPT)
537+
AgentEnum (enum: DEFAULT, GPT, UNIVERSAL)
538538
Mode (enum: DEFAULT, QUICK)
539539
Author (enum: USER, GLEAN_AI)
540540
ChatMessageCitation (trackingToken: string, sourceDocument: Document, sourceFile: ChatFile ...)

src/glean/api_client/_version.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@
33
import importlib.metadata
44

55
__title__: str = "glean"
6-
__version__: str = "0.6.4"
6+
__version__: str = "0.6.5"
77
__openapi_doc_version__: str = "0.9.0"
88
__gen_version__: str = "2.623.2"
9-
__user_agent__: str = "speakeasy-sdk/python 0.6.4 2.623.2 0.9.0 glean"
9+
__user_agent__: str = "speakeasy-sdk/python 0.6.5 2.623.2 0.9.0 glean"
1010

1111
try:
1212
if __package__ is not None:

src/glean/api_client/models/agentconfig.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ class AgentEnum(str, Enum):
1212

1313
DEFAULT = "DEFAULT"
1414
GPT = "GPT"
15+
UNIVERSAL = "UNIVERSAL"
1516

1617

1718
class Mode(str, Enum):

0 commit comments

Comments
 (0)