Skip to content

chore: 🐝 Update SDK - Generate 0.13.6 - #116

Open
github-actions[bot] wants to merge 2 commits into
mainfrom
speakeasy-sdk-regen-1786151604
Open

chore: 🐝 Update SDK - Generate 0.13.6#116
github-actions[bot] wants to merge 2 commits into
mainfrom
speakeasy-sdk-regen-1786151604

Conversation

@github-actions

@github-actions github-actions Bot commented Aug 8, 2026

Copy link
Copy Markdown

SDK update

Versioning

Version Bump Type: [patch] - 🤖 (automated)

Tip

If updates to your OpenAPI document introduce breaking changes, be sure to update the info.version field to trigger the correct version bump.
Speakeasy supports manual control of SDK versioning through multiple methods.

Go SDK Changes:

  • Glean.Chat.Create():
    • request.Request.Input.union(Array<PlatformChatInputMessage>)[].Role Changed (Breaking ⚠️)
    • response Changed (Breaking ⚠️)
  • Glean.Client.Search.RetrieveFeed():
    • request.FeedRequest.Categories[].Enum(knowledgeGap) Added
    • response.Results[] Changed

View full SDK changelog

OpenAPI Change Summary
├─┬Info
│ └─┬Extensions
│   ├──[🔀] x-source-commit-sha (5:24)
│   └──[🔀] x-open-api-commit-sha (6:26)
├─┬Paths
│ ├─┬/rest/api/v1/tool-servers/{serverId}/tools
│ │ └─┬GET
│ │   └──[🔀] description (4009:20)
│ ├─┬/api/chat
│ │ └─┬POST
│ │   └─┬Responses
│ │     └─┬200
│ │       └─┬text/event-stream
│ │         └─┬Schema
│ │           └──[🔀] example (283:26)
│ ├─┬/api/agents/{agent_id}/runs
│ │ └─┬POST
│ │   └─┬Responses
│ │     └─┬200
│ │       └─┬text/event-stream
│ │         └─┬Schema
│ │           ├──[🔀] description (208:30)
│ │           └──[🔀] example (210:26)
│ └─┬/rest/api/v1/chat#stream
│   └─┬POST
│     └──[+] security (6028:11)
└─┬Components
  ├─┬FeedRequest
  │ └─┬categories
  │   └─┬Schema
  │     └──[+] enum (14359:17)
  ├─┬PlatformChatInputMessage
  │ └─┬role
  │   ├──[+] enum (6618:15)
  │   ├──[+] enum (6619:15)
  │   ├──[-] enum (6606:15)❌ 
  │   └──[-] enum (6607:15)❌ 
  ├─┬PlatformChatFileSource
  │ └─┬type
  │   ├──[+] enum (6713:15)
  │   └──[-] enum (6701:15)❌ 
  ├─┬PlatformChatCustomEntitySource
  │ └─┬type
  │   ├──[+] enum (6733:15)
  │   └──[-] enum (6721:15)❌ 
  ├─┬PlatformChatDocumentSource
  │ └─┬type
  │   ├──[+] enum (6669:15)
  │   └──[-] enum (6657:15)❌ 
  ├─┬PlatformChatOutputMessage
  │ ├─┬role
  │ │ ├──[+] enum (6832:15)
  │ │ └──[-] enum (6820:15)❌ 
  │ └─┬type
  │   ├──[+] enum (6828:15)
  │   └──[-] enum (6816:15)❌ 
  ├─┬PlatformChatCompletedResponse
  │ ├─┬object
  │ │ ├──[+] enum (6856:15)
  │ │ └──[-] enum (6844:15)❌ 
  │ └─┬status
  │   ├──[+] enum (6864:15)
  │   └──[-] enum (6852:15)❌ 
  ├─┬PlatformChatPersonSource
  │ └─┬type
  │   ├──[+] enum (6695:15)
  │   └──[-] enum (6683:15)❌ 
  ├─┬PlatformChatCreateRequest
  │ └─┬input
  │   └──[🔀] description (6630:24)
  ├─┬FeedEntry
  │ └─┬justificationType
  │   └──[+] enum (14805:15)
  ├─┬FeedResult
  │ ├─┬category
  │ │ └──[+] enum (14897:15)
  │ └─┬placementReason
  │   ├──[+] enum (14914:15)
  │   └──[🔀] description (14915:24)
  ├─┬PlatformChatOutputTextContent
  │ └─┬type
  │   ├──[+] enum (6810:15)
  │   └──[-] enum (6798:15)❌ 
  └─┬PlatformChatCitationAnnotation
    └─┬type
      ├──[+] enum (6781:15)
      └──[-] enum (6769:15)❌ 
Document Element Total Changes Breaking Changes
info 2 0
paths 5 0
components 30 12

View full report

Linting Report 0 errors, 26 warnings, 6 hints

View full report

GO CHANGELOG

No relevant generator changes

Based on Speakeasy CLI 1.793.2

Last updated by Speakeasy workflow

@github-actions
github-actions Bot requested a review from a team as a code owner August 8, 2026 01:21
@github-actions github-actions Bot added the patch Patch version bump label Aug 8, 2026
@github-actions
github-actions Bot force-pushed the speakeasy-sdk-regen-1786151604 branch 12 times, most recently from 3e25cc4 to f1a39c7 Compare August 13, 2026 21:52
* `Glean.Chat.Create()`: 
  *  `request.Request.Input.union(Array<PlatformChatInputMessage>)[].Role` **Changed** (Breaking ⚠️)
  *  `response` **Changed** (Breaking ⚠️)
* `Glean.Client.Search.RetrieveFeed()`: 
  *  `request.FeedRequest.Categories[].Enum(knowledgeGap)` **Added**
  *  `response.Results[]` **Changed**
@github-actions
github-actions Bot force-pushed the speakeasy-sdk-regen-1786151604 branch from aedd8fb to 01d99a8 Compare August 14, 2026 01:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

patch Patch version bump

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant