Skip to content

Commit

Permalink
Release v0.0.864
Browse files Browse the repository at this point in the history
  • Loading branch information
fern-api[bot] committed May 24, 2024
1 parent b9f6861 commit a79722b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion core/client_option.go
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,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/fern-api/generator-exec-go")
headers.Set("X-Fern-SDK-Version", "v0.0.861")
headers.Set("X-Fern-SDK-Version", "v0.0.864")
return headers
}
4 changes: 2 additions & 2 deletions types.go
Original file line number Diff line number Diff line change
Expand Up @@ -1644,8 +1644,8 @@ type Feature struct {
type FeatureSnippet struct {
// The ID for the endpoint as declared within the IR, this is a unique name for the endpoint, whereas path and
// method are not (specifically for the fern definition, consider chat and chat stream).
EndpointId string `json:"endpoint_id"`
Snippet string `json:"snippet"`
EndpointId string `json:"endpoint_id"`
Snippet *EndpointSnippet `json:"snippet,omitempty"`
}

// Describes all of the features currently supported by the Fern generators.
Expand Down

0 comments on commit a79722b

Please sign in to comment.