Skip to content

Commit

Permalink
chore(sdk-go): Support run.interactive flag
Browse files Browse the repository at this point in the history
  • Loading branch information
johnjcsmith committed Nov 8, 2024
1 parent 3609beb commit f003fb8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions sdk-go/inferable.go
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,7 @@ type CreateRunInput struct {
Metadata map[string]string `json:"metadata,omitempty"`
Template *RunTemplate `json:"template,omitempty"`
ReasoningTraces bool `json:"reasoningTraces"`
Interactive bool `json:"interactive"`
CallSummarization bool `json:"callSummarization"`
}

Expand Down

0 comments on commit f003fb8

Please sign in to comment.