File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff 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}
Original file line number Diff line number Diff line change @@ -1644,8 +1644,8 @@ type Feature struct {
16441644type 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.
You can’t perform that action at this time.
0 commit comments