Skip to content

Commit

Permalink
ci: regenerated with OpenAPI Doc 0.1.0, Speakeasy CLI 1.314.2
Browse files Browse the repository at this point in the history
  • Loading branch information
speakeasybot committed Jun 22, 2024
1 parent 04fba70 commit 65495b9
Show file tree
Hide file tree
Showing 5 changed files with 23 additions and 11 deletions.
10 changes: 5 additions & 5 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.313.0
generationVersion: 2.347.8
releaseVersion: 0.5.7
configChecksum: afe7e9f4ee70aa323057358fabda370a
speakeasyVersion: 1.314.2
generationVersion: 2.349.6
releaseVersion: 0.5.8
configChecksum: d524b2139bd4fda2ea139ac565541908
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:
acceptHeaders: 2.81.2
additionalDependencies: 0.1.0
constsAndDefaults: 0.1.4
core: 3.4.13
core: 3.4.14
flattening: 2.81.1
globalSecurity: 2.82.9
globalSecurityCallbacks: 0.1.0
Expand Down
12 changes: 11 additions & 1 deletion RELEASES.md
Original file line number Diff line number Diff line change
Expand Up @@ -258,4 +258,14 @@ Based on:
### Generated
- [go v0.5.7] .
### Releases
- [Go v0.5.7] https://github.com/inkeep/ai-api-go/releases/tag/v0.5.7 - .
- [Go v0.5.7] https://github.com/inkeep/ai-api-go/releases/tag/v0.5.7 - .

## 2024-06-22 00:03:15
### Changes
Based on:
- OpenAPI Doc 0.1.0
- Speakeasy CLI 1.314.2 (2.349.6) https://github.com/speakeasy-api/speakeasy
### Generated
- [go v0.5.8] .
### Releases
- [Go v0.5.8] https://github.com/inkeep/ai-api-go/releases/tag/v0.5.8 - .
6 changes: 3 additions & 3 deletions chatapigo.go
Original file line number Diff line number Diff line change
Expand Up @@ -138,9 +138,9 @@ func New(opts ...SDKOption) *ChatAPIGo {
sdkConfiguration: sdkConfiguration{
Language: "go",
OpenAPIDocVersion: "0.1.0",
SDKVersion: "0.5.7",
GenVersion: "2.347.8",
UserAgent: "speakeasy-sdk/go 0.5.7 2.347.8 0.1.0 github.com/inkeep/ai-api-go",
SDKVersion: "0.5.8",
GenVersion: "2.349.6",
UserAgent: "speakeasy-sdk/go 0.5.8 2.349.6 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.5.7
version: 0.5.8
additionalDependencies: {}
allowUnknownFieldsInWeakUnions: false
clientServerStatusCodesAsErrors: true
Expand Down
4 changes: 3 additions & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@

module github.com/inkeep/ai-api-go

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 65495b9

Please sign in to comment.