Skip to content

Commit a79722b

Browse files
committed
Release v0.0.864
1 parent b9f6861 commit a79722b

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

core/client_option.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,6 @@ func (c *ClientOptions) cloneHeader() http.Header {
3636
headers := c.HTTPHeader.Clone()
3737
headers.Set("X-Fern-Language", "Go")
3838
headers.Set("X-Fern-SDK-Name", "github.com/fern-api/generator-exec-go")
39-
headers.Set("X-Fern-SDK-Version", "v0.0.861")
39+
headers.Set("X-Fern-SDK-Version", "v0.0.864")
4040
return headers
4141
}

types.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1644,8 +1644,8 @@ type Feature struct {
16441644
type FeatureSnippet struct {
16451645
// The ID for the endpoint as declared within the IR, this is a unique name for the endpoint, whereas path and
16461646
// method are not (specifically for the fern definition, consider chat and chat stream).
1647-
EndpointId string `json:"endpoint_id"`
1648-
Snippet string `json:"snippet"`
1647+
EndpointId string `json:"endpoint_id"`
1648+
Snippet *EndpointSnippet `json:"snippet,omitempty"`
16491649
}
16501650

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

0 commit comments

Comments
 (0)