Skip to content

Commit

Permalink
ci: regenerated with OpenAPI Doc 0.1.0, Speakeasy CLI 1.400.0
Browse files Browse the repository at this point in the history
  • Loading branch information
speakeasybot committed Sep 20, 2024
1 parent c285fae commit 577ad3d
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.396.6
generationVersion: 2.415.6
releaseVersion: 0.9.6
configChecksum: 425d884eee593897b50cbccc9e3a79e2
speakeasyVersion: 1.400.0
generationVersion: 2.420.2
releaseVersion: 0.9.7
configChecksum: ba93067c7b35bb8c8b042b1cd5e8f3a2
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.6
core: 3.5.8
core: 3.5.9
defaultEnabledRetries: 0.2.0
envVarSecurityUsage: 0.3.1
flattening: 2.81.1
Expand Down
12 changes: 11 additions & 1 deletion RELEASES.md
Original file line number Diff line number Diff line change
Expand Up @@ -448,4 +448,14 @@ Based on:
### Generated
- [go v0.9.6] .
### Releases
- [Go v0.9.6] https://github.com/inkeep/ai-api-go/releases/tag/v0.9.6 - .
- [Go v0.9.6] https://github.com/inkeep/ai-api-go/releases/tag/v0.9.6 - .

## 2024-09-20 00:03:46
### Changes
Based on:
- OpenAPI Doc 0.1.0
- Speakeasy CLI 1.400.0 (2.420.2) https://github.com/speakeasy-api/speakeasy
### Generated
- [go v0.9.7] .
### Releases
- [Go v0.9.7] https://github.com/inkeep/ai-api-go/releases/tag/v0.9.7 - .
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.6",
GenVersion: "2.415.6",
UserAgent: "speakeasy-sdk/go 0.9.6 2.415.6 0.1.0 github.com/inkeep/ai-api-go",
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",
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.6
version: 0.9.7
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 577ad3d

Please sign in to comment.