Skip to content

Commit

Permalink
chore(sdk-go): Remove summary from OnStatusChange
Browse files Browse the repository at this point in the history
  • Loading branch information
johnjcsmith committed Nov 10, 2024
1 parent ef3d77e commit 278ab64
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion sdk-go/inferable.go
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,6 @@ type OnStatusChangeInput struct {
Status string `json:"status"`
RunId string `json:"runId"`
Result interface{} `json:"result"`
Summary string `json:"summary"`
Metadata interface{} `json:"metadata"`
}

Expand Down

0 comments on commit 278ab64

Please sign in to comment.