Skip to content

Commit

Permalink
ci: regenerated with OpenAPI Doc 0.1.0, Speakeasy CLI 1.194.0
Browse files Browse the repository at this point in the history
  • Loading branch information
speakeasybot committed Feb 27, 2024
1 parent acfa41b commit e63e6c0
Show file tree
Hide file tree
Showing 5 changed files with 21 additions and 10 deletions.
8 changes: 4 additions & 4 deletions .speakeasy/gen.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ management:
docChecksum: ed990373348f5cfd4f8fefdd2c96df77
docVersion: 0.1.0
speakeasyVersion: internal
generationVersion: 2.272.4
releaseVersion: 0.2.1
configChecksum: a2a232fffbbbb9cd2ba45e3fcd687055
generationVersion: 2.272.7
releaseVersion: 0.2.2
configChecksum: b091171656eb8edeffc44c2b624c6ea0
repoURL: https://github.com/inkeep/ai-api-go.git
repoSubDirectory: .
installationURL: https://github.com/inkeep/ai-api-go
Expand All @@ -16,7 +16,7 @@ features:
constsAndDefaults: 0.1.3
core: 3.4.3
flattening: 2.81.1
globalSecurity: 2.82.7
globalSecurity: 2.82.8
globalServerURLs: 2.82.1
serverEvents: 0.1.2
unions: 2.85.3
Expand Down
12 changes: 11 additions & 1 deletion RELEASES.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,4 +38,14 @@ Based on:
### Generated
- [go v0.2.1] .
### Releases
- [Go v0.2.1] https://github.com/inkeep/ai-api-go/releases/tag/v0.2.1 - .
- [Go v0.2.1] https://github.com/inkeep/ai-api-go/releases/tag/v0.2.1 - .

## 2024-02-27 00:03:21
### Changes
Based on:
- OpenAPI Doc 0.1.0
- Speakeasy CLI 1.194.0 (2.272.7) https://github.com/speakeasy-api/speakeasy
### Generated
- [go v0.2.2] .
### Releases
- [Go v0.2.2] https://github.com/inkeep/ai-api-go/releases/tag/v0.2.2 - .
6 changes: 3 additions & 3 deletions chatapigo.go
Original file line number Diff line number Diff line change
Expand Up @@ -145,9 +145,9 @@ func New(opts ...SDKOption) *ChatAPIGo {
sdkConfiguration: sdkConfiguration{
Language: "go",
OpenAPIDocVersion: "0.1.0",
SDKVersion: "0.2.1",
GenVersion: "2.272.4",
UserAgent: "speakeasy-sdk/go 0.2.1 2.272.4 0.1.0 github.com/inkeep/ai-api-go",
SDKVersion: "0.2.2",
GenVersion: "2.272.7",
UserAgent: "speakeasy-sdk/go 0.2.2 2.272.7 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.2.1
version: 0.2.2
additionalDependencies: {}
clientServerStatusCodesAsErrors: true
flattenGlobalSecurity: true
Expand Down
3 changes: 2 additions & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,6 @@ go 1.20

require (
github.com/cenkalti/backoff/v4 v4.2.0
github.com/ericlagergren/decimal v0.0.0-20221120152707-495c53812d05
github.com/ericlagergren/decimal v0.0.0-20221120152707-495c53812d05
github.com/spyzhov/ajson v0.8.0
)

0 comments on commit e63e6c0

Please sign in to comment.