Skip to content

Commit

Permalink
ci: regenerated with OpenAPI Doc , Speakeasy CLI 1.402.12
Browse files Browse the repository at this point in the history
  • Loading branch information
speakeasybot committed Sep 25, 2024
1 parent 41a87e6 commit c4fef83
Show file tree
Hide file tree
Showing 6 changed files with 29 additions and 14 deletions.
8 changes: 4 additions & 4 deletions .speakeasy/gen.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@ id: 75084268-f421-4ea6-8995-12fee2bcfd75
management:
docChecksum: 3421b267db90c24a6b62d0b3559978bc
docVersion: 0.1.0
speakeasyVersion: 1.400.0
generationVersion: 2.420.2
releaseVersion: 0.9.7
configChecksum: ba93067c7b35bb8c8b042b1cd5e8f3a2
speakeasyVersion: 1.402.12
generationVersion: 2.422.15
releaseVersion: 0.9.8
configChecksum: 99c4d0032f650cc00ba3bb50ca90ccf6
repoURL: https://github.com/inkeep/ai-api-go.git
repoSubDirectory: .
installationURL: https://github.com/inkeep/ai-api-go
Expand Down
13 changes: 8 additions & 5 deletions .speakeasy/workflow.lock
Original file line number Diff line number Diff line change
@@ -1,24 +1,27 @@
speakeasyVersion: 1.402.9
speakeasyVersion: 1.402.12
sources:
my-source:
sourceNamespace: my-source
sourceRevisionDigest: sha256:d68478337aae8e5f0ca3f56e5d67835b1a58070ede167034b505a5cbb39166d2
sourceBlobDigest: sha256:0f5e71cdc153e8ed713d4131a5f7c5bade1ce347403c6d519bafadc8253e6968
sourceRevisionDigest: sha256:4ac08282c8bea199e7c26b0c11cb249055bd482b5e9ac7009bfb43a633a8c561
sourceBlobDigest: sha256:3ef2e80cf1cc177b9842d6f65b87d8ee08a6219346d5c8d4a992c53129dfdafe
tags:
- latest
- main
targets:
ai-api:
source: my-source
sourceNamespace: my-source
sourceRevisionDigest: sha256:d68478337aae8e5f0ca3f56e5d67835b1a58070ede167034b505a5cbb39166d2
sourceBlobDigest: sha256:0f5e71cdc153e8ed713d4131a5f7c5bade1ce347403c6d519bafadc8253e6968
sourceRevisionDigest: sha256:4ac08282c8bea199e7c26b0c11cb249055bd482b5e9ac7009bfb43a633a8c561
sourceBlobDigest: sha256:3ef2e80cf1cc177b9842d6f65b87d8ee08a6219346d5c8d4a992c53129dfdafe
workflow:
workflowVersion: 1.0.0
speakeasyVersion: latest
sources:
my-source:
inputs:
- location: https://raw.githubusercontent.com/inkeep/chat-api-openapi-schema/main/openapi.yaml
registry:
location: registry.speakeasyapi.dev/inkeep/inkeep/my-source
targets:
ai-api:
target: go
Expand Down
2 changes: 2 additions & 0 deletions .speakeasy/workflow.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ sources:
my-source:
inputs:
- location: https://raw.githubusercontent.com/inkeep/chat-api-openapi-schema/main/openapi.yaml
registry:
location: registry.speakeasyapi.dev/inkeep/inkeep/my-source
targets:
ai-api:
target: go
Expand Down
12 changes: 11 additions & 1 deletion RELEASES.md
Original file line number Diff line number Diff line change
Expand Up @@ -458,4 +458,14 @@ Based on:
### Generated
- [go v0.9.7] .
### Releases
- [Go v0.9.7] https://github.com/inkeep/ai-api-go/releases/tag/v0.9.7 - .
- [Go v0.9.7] https://github.com/inkeep/ai-api-go/releases/tag/v0.9.7 - .

## 2024-09-25 00:03:37
### Changes
Based on:
- OpenAPI Doc
- Speakeasy CLI 1.402.12 (2.422.15) https://github.com/speakeasy-api/speakeasy
### Generated
- [go v0.9.8] .
### Releases
- [Go v0.9.8] https://github.com/inkeep/ai-api-go/releases/tag/v0.9.8 - .
6 changes: 3 additions & 3 deletions chatapigo.go
Original file line number Diff line number Diff line change
Expand Up @@ -150,9 +150,9 @@ func New(opts ...SDKOption) *ChatAPIGo {
sdkConfiguration: sdkConfiguration{
Language: "go",
OpenAPIDocVersion: "0.1.0",
SDKVersion: "0.9.7",
GenVersion: "2.420.2",
UserAgent: "speakeasy-sdk/go 0.9.7 2.420.2 0.1.0 github.com/inkeep/ai-api-go",
SDKVersion: "0.9.8",
GenVersion: "2.422.15",
UserAgent: "speakeasy-sdk/go 0.9.8 2.422.15 0.1.0 github.com/inkeep/ai-api-go",
Hooks: hooks.New(),
},
}
Expand Down
2 changes: 1 addition & 1 deletion gen.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ features:
nameOverrides: 2.81.1
retries: 2.82.0
go:
version: 0.9.7
version: 0.9.8
additionalDependencies: {}
allowUnknownFieldsInWeakUnions: false
clientServerStatusCodesAsErrors: true
Expand Down

0 comments on commit c4fef83

Please sign in to comment.