Skip to content

Commit

Permalink
SDK regeneration
Browse files Browse the repository at this point in the history
  • Loading branch information
fern-api[bot] committed Jan 21, 2025
1 parent 6bbf9ed commit 83f7712
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .mock/definition/__package__.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6275,7 +6275,7 @@ types:
model_name:
type: optional<boolean>
docs: >-
If enabled, the Prompt Node FULFILLED events will include model host
If enabled, the Prompt Node FULFILLED events will include model host
name
source:
openapi: openapi/openapi.yml
Expand Down
4 changes: 2 additions & 2 deletions .mock/openapi/openapi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11347,8 +11347,8 @@ components:
model_name:
type: boolean
nullable: true
description: If enabled, the Prompt Node FULFILLED events will include
model host name
description: If enabled, the Prompt Node FULFILLED events will include model
host name
WorkflowNodeResultData:
oneOf:
- $ref: '#/components/schemas/PromptNodeResult'
Expand Down
2 changes: 1 addition & 1 deletion core/request_option.go
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ func (r *RequestOptions) cloneHeader() http.Header {
headers := r.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.13.5")
headers.Set("X-Fern-SDK-Version", "v0.0.2215")
return headers
}

Expand Down

0 comments on commit 83f7712

Please sign in to comment.