We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0b4e592 commit 038b9beCopy full SHA for 038b9be
1 file changed
compose/graph/react_with_interrupt/main.go
@@ -147,7 +147,7 @@ func newChatModel(ctx context.Context) model.ToolCallingChatModel {
147
type bookInput struct {
148
Location string `json:"location"`
149
PassengerName string `json:"passenger_name"`
150
- PassengerPhoneNumber string `json:"passenger_phone_number"`
+ PassengerPhoneNumber string `json:"passenger_phone_number,omitempty"`
151
}
152
153
func newToolsNode(ctx context.Context) *compose.ToolsNode {
0 commit comments