diff --git a/test/snapshots/ask-user/should_handle_freeform_user_input_response.yaml b/test/snapshots/ask-user/should_handle_freeform_user_input_response.yaml deleted file mode 100644 index f5915830d..000000000 --- a/test/snapshots/ask-user/should_handle_freeform_user_input_response.yaml +++ /dev/null @@ -1,21 +0,0 @@ -models: - - claude-sonnet-4.5 -conversations: - - messages: - - role: system - content: ${system} - - role: user - content: Ask me a question using ask_user and then include my answer in your response. The question should be 'What is - your favorite color?' - - role: assistant - tool_calls: - - id: toolcall_0 - type: function - function: - name: ask_user - arguments: '{"question":"What is your favorite color?","allow_freeform":true}' - - role: tool - tool_call_id: toolcall_0 - content: "User responded: This is my custom freeform answer that was not in the choices" - - role: assistant - content: 'You answered: "This is my custom freeform answer that was not in the choices"' diff --git a/test/snapshots/ask-user/should_invoke_user_input_handler_when_model_uses_ask_user_tool.yaml b/test/snapshots/ask-user/should_invoke_user_input_handler_when_model_uses_ask_user_tool.yaml deleted file mode 100644 index fdd57beca..000000000 --- a/test/snapshots/ask-user/should_invoke_user_input_handler_when_model_uses_ask_user_tool.yaml +++ /dev/null @@ -1,21 +0,0 @@ -models: - - claude-sonnet-4.5 -conversations: - - messages: - - role: system - content: ${system} - - role: user - content: Ask me to choose between 'Option A' and 'Option B' using the ask_user tool. Wait for my response before - continuing. - - role: assistant - tool_calls: - - id: toolcall_0 - type: function - function: - name: ask_user - arguments: '{"question":"Please choose one of the following options:","choices":["Option A","Option B"]}' - - role: tool - tool_call_id: toolcall_0 - content: "User selected: Option A" - - role: assistant - content: You selected **Option A**. How would you like to proceed? diff --git a/test/snapshots/ask-user/should_receive_choices_in_user_input_request.yaml b/test/snapshots/ask-user/should_receive_choices_in_user_input_request.yaml deleted file mode 100644 index 705378061..000000000 --- a/test/snapshots/ask-user/should_receive_choices_in_user_input_request.yaml +++ /dev/null @@ -1,21 +0,0 @@ -models: - - claude-sonnet-4.5 -conversations: - - messages: - - role: system - content: ${system} - - role: user - content: "Use the ask_user tool to ask me to pick between exactly two options: 'Red' and 'Blue'. These should be - provided as choices. Wait for my answer." - - role: assistant - tool_calls: - - id: toolcall_0 - type: function - function: - name: ask_user - arguments: '{"question":"Please pick one of the following options:","choices":["Red","Blue"],"allow_freeform":false}' - - role: tool - tool_call_id: toolcall_0 - content: "User selected: Red" - - role: assistant - content: You selected **Red**. diff --git a/test/snapshots/ask_user/handle_freeform_user_input_response.yaml b/test/snapshots/ask_user/handle_freeform_user_input_response.yaml deleted file mode 100644 index f5915830d..000000000 --- a/test/snapshots/ask_user/handle_freeform_user_input_response.yaml +++ /dev/null @@ -1,21 +0,0 @@ -models: - - claude-sonnet-4.5 -conversations: - - messages: - - role: system - content: ${system} - - role: user - content: Ask me a question using ask_user and then include my answer in your response. The question should be 'What is - your favorite color?' - - role: assistant - tool_calls: - - id: toolcall_0 - type: function - function: - name: ask_user - arguments: '{"question":"What is your favorite color?","allow_freeform":true}' - - role: tool - tool_call_id: toolcall_0 - content: "User responded: This is my custom freeform answer that was not in the choices" - - role: assistant - content: 'You answered: "This is my custom freeform answer that was not in the choices"' diff --git a/test/snapshots/ask_user/invoke_user_input_handler_when_model_uses_ask_user_tool.yaml b/test/snapshots/ask_user/invoke_user_input_handler_when_model_uses_ask_user_tool.yaml deleted file mode 100644 index beb7a5848..000000000 --- a/test/snapshots/ask_user/invoke_user_input_handler_when_model_uses_ask_user_tool.yaml +++ /dev/null @@ -1,21 +0,0 @@ -models: - - claude-sonnet-4.5 -conversations: - - messages: - - role: system - content: ${system} - - role: user - content: Ask me to choose between 'Option A' and 'Option B' using the ask_user tool. Wait for my response before - continuing. - - role: assistant - tool_calls: - - id: toolcall_0 - type: function - function: - name: ask_user - arguments: '{"question":"Please choose between the following options:","choices":["Option A","Option B"]}' - - role: tool - tool_call_id: toolcall_0 - content: "User selected: Option A" - - role: assistant - content: You selected **Option A**. How would you like to proceed? diff --git a/test/snapshots/ask_user/receive_choices_in_user_input_request.yaml b/test/snapshots/ask_user/receive_choices_in_user_input_request.yaml deleted file mode 100644 index 705378061..000000000 --- a/test/snapshots/ask_user/receive_choices_in_user_input_request.yaml +++ /dev/null @@ -1,21 +0,0 @@ -models: - - claude-sonnet-4.5 -conversations: - - messages: - - role: system - content: ${system} - - role: user - content: "Use the ask_user tool to ask me to pick between exactly two options: 'Red' and 'Blue'. These should be - provided as choices. Wait for my answer." - - role: assistant - tool_calls: - - id: toolcall_0 - type: function - function: - name: ask_user - arguments: '{"question":"Please pick one of the following options:","choices":["Red","Blue"],"allow_freeform":false}' - - role: tool - tool_call_id: toolcall_0 - content: "User selected: Red" - - role: assistant - content: You selected **Red**. diff --git a/test/snapshots/askuser/should_handle_freeform_user_input_response.yaml b/test/snapshots/askuser/should_handle_freeform_user_input_response.yaml deleted file mode 100644 index f5915830d..000000000 --- a/test/snapshots/askuser/should_handle_freeform_user_input_response.yaml +++ /dev/null @@ -1,21 +0,0 @@ -models: - - claude-sonnet-4.5 -conversations: - - messages: - - role: system - content: ${system} - - role: user - content: Ask me a question using ask_user and then include my answer in your response. The question should be 'What is - your favorite color?' - - role: assistant - tool_calls: - - id: toolcall_0 - type: function - function: - name: ask_user - arguments: '{"question":"What is your favorite color?","allow_freeform":true}' - - role: tool - tool_call_id: toolcall_0 - content: "User responded: This is my custom freeform answer that was not in the choices" - - role: assistant - content: 'You answered: "This is my custom freeform answer that was not in the choices"' diff --git a/test/snapshots/askuser/should_invoke_user_input_handler_when_model_uses_ask_user_tool.yaml b/test/snapshots/askuser/should_invoke_user_input_handler_when_model_uses_ask_user_tool.yaml deleted file mode 100644 index beb7a5848..000000000 --- a/test/snapshots/askuser/should_invoke_user_input_handler_when_model_uses_ask_user_tool.yaml +++ /dev/null @@ -1,21 +0,0 @@ -models: - - claude-sonnet-4.5 -conversations: - - messages: - - role: system - content: ${system} - - role: user - content: Ask me to choose between 'Option A' and 'Option B' using the ask_user tool. Wait for my response before - continuing. - - role: assistant - tool_calls: - - id: toolcall_0 - type: function - function: - name: ask_user - arguments: '{"question":"Please choose between the following options:","choices":["Option A","Option B"]}' - - role: tool - tool_call_id: toolcall_0 - content: "User selected: Option A" - - role: assistant - content: You selected **Option A**. How would you like to proceed? diff --git a/test/snapshots/askuser/should_receive_choices_in_user_input_request.yaml b/test/snapshots/askuser/should_receive_choices_in_user_input_request.yaml deleted file mode 100644 index 705378061..000000000 --- a/test/snapshots/askuser/should_receive_choices_in_user_input_request.yaml +++ /dev/null @@ -1,21 +0,0 @@ -models: - - claude-sonnet-4.5 -conversations: - - messages: - - role: system - content: ${system} - - role: user - content: "Use the ask_user tool to ask me to pick between exactly two options: 'Red' and 'Blue'. These should be - provided as choices. Wait for my answer." - - role: assistant - tool_calls: - - id: toolcall_0 - type: function - function: - name: ask_user - arguments: '{"question":"Please pick one of the following options:","choices":["Red","Blue"],"allow_freeform":false}' - - role: tool - tool_call_id: toolcall_0 - content: "User selected: Red" - - role: assistant - content: You selected **Red**.