diff --git a/compose/graph/react_with_interrupt/main.go b/compose/graph/react_with_interrupt/main.go index 06ad3a7..59a6f3e 100644 --- a/compose/graph/react_with_interrupt/main.go +++ b/compose/graph/react_with_interrupt/main.go @@ -147,7 +147,7 @@ func newChatModel(ctx context.Context) model.ToolCallingChatModel { type bookInput struct { Location string `json:"location"` PassengerName string `json:"passenger_name"` - PassengerPhoneNumber string `json:"passenger_phone_number"` + PassengerPhoneNumber string `json:"passenger_phone_number,omitempty"` } func newToolsNode(ctx context.Context) *compose.ToolsNode {