diff --git a/clients/go/types/conversation.go b/clients/go/types/conversation.go index 29b8fa3..ba90a29 100644 --- a/clients/go/types/conversation.go +++ b/clients/go/types/conversation.go @@ -178,6 +178,9 @@ type UserInput struct { // Files lists file paths included with the input. Files []string `msgpack:"2" json:"files,omitempty"` + + // Synthetic means programmatically injected. + Synthetic bool `msgpack:"3" json:"synthetic,omitempty"` } // =============================================================================