Skip to content

Commit

Permalink
chore: Remove omitempty' from boolean fields in CreateRunInput
Browse files Browse the repository at this point in the history
  • Loading branch information
nadeesha committed Nov 2, 2024
1 parent 3714a77 commit 3418c76
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions sdk-go/inferable.go
Original file line number Diff line number Diff line change
Expand Up @@ -93,8 +93,8 @@ type CreateRunInput struct {
ResultSchema interface{} `json:"resultSchema,omitempty"`
Metadata map[string]string `json:"metadata,omitempty"`
Template *RunTemplate `json:"template,omitempty"`
ReasoningTraces bool `json:"reasoningTraces,omitempty"`
CallSummarization bool `json:"callSummarization,omitempty"`
ReasoningTraces bool `json:"reasoningTraces"`
CallSummarization bool `json:"callSummarization"`
}

type PollOptions struct {
Expand Down

0 comments on commit 3418c76

Please sign in to comment.