Skip to content

Commit

Permalink
Release v0.4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
fern-api[bot] committed Apr 25, 2024
1 parent a427589 commit 174092a
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 769 deletions.
3 changes: 0 additions & 3 deletions client/client.go
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ import (
documentindexes "github.com/vellum-ai/vellum-client-go/documentindexes"
documents "github.com/vellum-ai/vellum-client-go/documents"
folderentities "github.com/vellum-ai/vellum-client-go/folderentities"
modelversions "github.com/vellum-ai/vellum-client-go/modelversions"
sandboxes "github.com/vellum-ai/vellum-client-go/sandboxes"
testsuiteruns "github.com/vellum-ai/vellum-client-go/testsuiteruns"
testsuites "github.com/vellum-ai/vellum-client-go/testsuites"
Expand All @@ -31,7 +30,6 @@ type Client struct {
DocumentIndexes *documentindexes.Client
Documents *documents.Client
FolderEntities *folderentities.Client
ModelVersions *modelversions.Client
Sandboxes *sandboxes.Client
TestSuiteRuns *testsuiteruns.Client
TestSuites *testsuites.Client
Expand All @@ -51,7 +49,6 @@ func NewClient(opts ...core.ClientOption) *Client {
DocumentIndexes: documentindexes.NewClient(opts...),
Documents: documents.NewClient(opts...),
FolderEntities: folderentities.NewClient(opts...),
ModelVersions: modelversions.NewClient(opts...),
Sandboxes: sandboxes.NewClient(opts...),
TestSuiteRuns: testsuiteruns.NewClient(opts...),
TestSuites: testsuites.NewClient(opts...),
Expand Down
2 changes: 1 addition & 1 deletion core/client_option.go
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,6 @@ func (c *ClientOptions) cloneHeader() http.Header {
headers := c.HTTPHeader.Clone()
headers.Set("X-Fern-Language", "Go")
headers.Set("X-Fern-SDK-Name", "github.com/vellum-ai/vellum-client-go")
headers.Set("X-Fern-SDK-Version", "v0.4.1")
headers.Set("X-Fern-SDK-Version", "v0.4.2")
return headers
}
54 changes: 0 additions & 54 deletions modelversions/client.go

This file was deleted.

Loading

0 comments on commit 174092a

Please sign in to comment.