Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
231 changes: 116 additions & 115 deletions .speakeasy/gen.lock

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion .speakeasy/gen.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ generation:
generateNewTests: true
skipResponseBodyAssertions: true
go:
version: 0.13.5
version: 0.13.6
additionalDependencies: {}
allowUnknownFieldsInWeakUnions: false
baseErrorName: GleanError
Expand Down
196 changes: 106 additions & 90 deletions .speakeasy/glean-merged-spec.yaml

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion .speakeasy/tests.arazzo.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -164914,7 +164914,7 @@ workflows:
- condition: $response.header.Content-Type == application/json
- context: $response.body
condition: |
{"id":"<id>","object":"response","created_at":"2026-05-19T05:32:52.505Z","status":"completed","output":[{"type":"message","role":"assistant","content":[{"type":"output_text","text":"<value>"}]}],"store":false,"request_id":"<id>"}
{"id":"<id>","object":"RESPONSE","created_at":"2026-05-19T05:32:52.505Z","status":"COMPLETED","output":[{"type":"MESSAGE","role":"ASSISTANT","content":[{"type":"OUTPUT_TEXT","text":"<value>"}]}],"store":false,"request_id":"<id>"}
type: simple
x-speakeasy-test-group: chat
x-speakeasy-test-rebuild: true
Expand Down
12 changes: 6 additions & 6 deletions .speakeasy/workflow.lock
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
speakeasyVersion: 1.792.0
speakeasyVersion: 1.793.2
sources:
Glean API:
sourceNamespace: glean-api-specs
sourceRevisionDigest: sha256:ca77ef4550d695da210e8f0d32f3422d29e9d09f7aa66f7b13d248c6ec8c7941
sourceBlobDigest: sha256:469de4cd2c8ab4928c3989656bf63cc265a8ceea5a8b3e3498734137b19723f8
sourceRevisionDigest: sha256:e1ee49fd7feb0a8d82f357f647835566a9a6ac91542790c1c2f48732b7dcb923
sourceBlobDigest: sha256:338cd7c98353a9d15702b9ef4d062ab1b33816303cfcf2b26486a129269f2814
tags:
- latest
petstore-oas:
Expand All @@ -17,10 +17,10 @@ targets:
glean:
source: Glean API
sourceNamespace: glean-api-specs
sourceRevisionDigest: sha256:ca77ef4550d695da210e8f0d32f3422d29e9d09f7aa66f7b13d248c6ec8c7941
sourceBlobDigest: sha256:469de4cd2c8ab4928c3989656bf63cc265a8ceea5a8b3e3498734137b19723f8
sourceRevisionDigest: sha256:e1ee49fd7feb0a8d82f357f647835566a9a6ac91542790c1c2f48732b7dcb923
sourceBlobDigest: sha256:338cd7c98353a9d15702b9ef4d062ab1b33816303cfcf2b26486a129269f2814
codeSamplesNamespace: glean-api-specs-go-code-samples
codeSamplesRevisionDigest: sha256:df19d1292f8190bf57b907045c6e7529b7f5c500b6d01a0f8d909961d64ae7f5
codeSamplesRevisionDigest: sha256:cd6b884a68a2e23cc0d8423c22d9573c2cb6eea7d2980a13b3943b16305a0ce7
petstore:
source: petstore-oas
sourceNamespace: petstore-oas
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -474,8 +474,8 @@ For more information on obtaining the appropriate token type, please contact you

* [Create](docs/sdks/skills/README.md#create) - Create skill
* [List](docs/sdks/skills/README.md#list) - List skills
* [Validate](docs/sdks/skills/README.md#validate) - Validate skill bundle
* [Import](docs/sdks/skills/README.md#import) - Import skills from GitHub
* [Validate](docs/sdks/skills/README.md#validate) - Validate skill bundle
* [PreviewSource](docs/sdks/skills/README.md#previewsource) - Preview a GitHub skill source
* [Update](docs/sdks/skills/README.md#update) - Update skill
* [Delete](docs/sdks/skills/README.md#delete) - Delete skill
Expand Down
12 changes: 11 additions & 1 deletion RELEASES.md
Original file line number Diff line number Diff line change
Expand Up @@ -818,4 +818,14 @@ Based on:
### Generated
- [go v0.13.5] .
### Releases
- [Go v0.13.5] https://github.com/gleanwork/api-client-go/releases/tag/v0.13.5 - .
- [Go v0.13.5] https://github.com/gleanwork/api-client-go/releases/tag/v0.13.5 - .

## 2026-08-14 01:27:11
### Changes
Based on:
- OpenAPI Doc
- Speakeasy CLI 1.793.2 (2.928.0) https://github.com/speakeasy-api/speakeasy
### Generated
- [go v0.13.6] .
### Releases
- [Go v0.13.6] https://github.com/gleanwork/api-client-go/releases/tag/v0.13.6 - .
3 changes: 2 additions & 1 deletion docs/models/components/feedrequestcategory.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,4 +59,5 @@ value := components.FeedRequestCategoryDocumentSuggestion
| `FeedRequestCategoryDemoCard` | DEMO_CARD |
| `FeedRequestCategoryOooPlanner` | OOO_PLANNER |
| `FeedRequestCategoryOooCatchUp` | OOO_CATCH_UP |
| `FeedRequestCategoryAdminHealthCenter` | ADMIN_HEALTH_CENTER |
| `FeedRequestCategoryAdminHealthCenter` | ADMIN_HEALTH_CENTER |
| `FeedRequestCategoryKnowledgeGap` | KNOWLEDGE_GAP |
14 changes: 7 additions & 7 deletions docs/models/components/feedresult.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@

## Fields

| Field | Type | Required | Description |
| ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| `Category` | [components.FeedResultCategory](../../models/components/feedresultcategory.md) | :heavy_check_mark: | Category of the result, one of the requested categories in incoming request. |
| `PrimaryEntry` | [components.FeedEntry](../../models/components/feedentry.md) | :heavy_check_mark: | N/A |
| `SecondaryEntries` | [][components.FeedEntry](../../models/components/feedentry.md) | :heavy_minus_sign: | Secondary entries for the result e.g. suggested docs for the calendar, carousel. |
| `Rank` | `*int64` | :heavy_minus_sign: | Rank of the result. Rank is suggested by server. Client side rank may differ. |
| `PlacementReason` | [*components.PlacementReason](../../models/components/placementreason.md) | :heavy_minus_sign: | Placement source for ranked feed results. ORGANIC means the card was emitted by normal feed ranking. PROMO means the card was inserted by the homepage cards promo framework. |
| Field | Type | Required | Description |
| ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| `Category` | [components.FeedResultCategory](../../models/components/feedresultcategory.md) | :heavy_check_mark: | Category of the result, one of the requested categories in incoming request. |
| `PrimaryEntry` | [components.FeedEntry](../../models/components/feedentry.md) | :heavy_check_mark: | N/A |
| `SecondaryEntries` | [][components.FeedEntry](../../models/components/feedentry.md) | :heavy_minus_sign: | Secondary entries for the result e.g. suggested docs for the calendar, carousel. |
| `Rank` | `*int64` | :heavy_minus_sign: | Rank of the result. Rank is suggested by server. Client side rank may differ. |
| `PlacementReason` | [*components.PlacementReason](../../models/components/placementreason.md) | :heavy_minus_sign: | Placement source for ranked feed results. ORGANIC means the card was emitted by normal feed ranking. PROMO means the card was inserted by the homepage cards promo framework. PINNED means the card was moved to the head of the ranked stack (e.g. knowledge-gap pilot cards). |
3 changes: 2 additions & 1 deletion docs/models/components/feedresultcategory.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,4 +64,5 @@ custom := components.FeedResultCategory("custom_value")
| `FeedResultCategoryDemoCard` | DEMO_CARD |
| `FeedResultCategoryOooPlanner` | OOO_PLANNER |
| `FeedResultCategoryOooCatchUp` | OOO_CATCH_UP |
| `FeedResultCategoryAdminHealthCenter` | ADMIN_HEALTH_CENTER |
| `FeedResultCategoryAdminHealthCenter` | ADMIN_HEALTH_CENTER |
| `FeedResultCategoryKnowledgeGap` | KNOWLEDGE_GAP |
2 changes: 1 addition & 1 deletion docs/models/components/input.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Input

Either a plain string (single user turn) or a chronological array of `user`/`assistant` messages. The final array message must be `user`.
Either a plain string (single user turn) or a chronological array of `USER`/`ASSISTANT` messages. The final array message must be `USER`.



Expand Down
3 changes: 2 additions & 1 deletion docs/models/components/justificationtype.md
Original file line number Diff line number Diff line change
Expand Up @@ -77,4 +77,5 @@ custom := components.JustificationType("custom_value")
| `JustificationTypeDemoCard` | DEMO_CARD |
| `JustificationTypeOooPlanner` | OOO_PLANNER |
| `JustificationTypeOooCatchUp` | OOO_CATCH_UP |
| `JustificationTypeAdminHealthCenter` | ADMIN_HEALTH_CENTER |
| `JustificationTypeAdminHealthCenter` | ADMIN_HEALTH_CENTER |
| `JustificationTypeKnowledgeGap` | KNOWLEDGE_GAP |
2 changes: 1 addition & 1 deletion docs/models/components/object.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@ value := components.ObjectResponse

| Name | Value |
| ---------------- | ---------------- |
| `ObjectResponse` | response |
| `ObjectResponse` | RESPONSE |
5 changes: 3 additions & 2 deletions docs/models/components/placementreason.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# PlacementReason

Placement source for ranked feed results. ORGANIC means the card was emitted by normal feed ranking. PROMO means the card was inserted by the homepage cards promo framework.
Placement source for ranked feed results. ORGANIC means the card was emitted by normal feed ranking. PROMO means the card was inserted by the homepage cards promo framework. PINNED means the card was moved to the head of the ranked stack (e.g. knowledge-gap pilot cards).

## Example Usage

Expand All @@ -21,4 +21,5 @@ custom := components.PlacementReason("custom_value")
| Name | Value |
| ------------------------ | ------------------------ |
| `PlacementReasonOrganic` | ORGANIC |
| `PlacementReasonPromo` | PROMO |
| `PlacementReasonPromo` | PROMO |
| `PlacementReasonPinned` | PINNED |
Loading
Loading