llama-stack-mirror/llama_stack/providers/inline/agents/meta_reference/responses
grs 14082b22af
fix: handle mcp tool calls in previous response correctly (#3155)
# What does this PR do?

Handles MCP tool calls in a previous response

Closes #3105

## Test Plan
Made call to create response with tool call, then made second call with
the first linked through previous_response_id. Did not get error.

Also added unit test.

Signed-off-by: Gordon Sim <gsim@redhat.com>
2025-08-20 14:12:15 -07:00
..
__init__.py chore(responses): Refactor Responses Impl to be civilized (#3138) 2025-08-15 00:05:35 +00:00
openai_responses.py feat(responses): add mcp list tool streaming event (#3159) 2025-08-15 00:05:36 +00:00
streaming.py feat(responses): add mcp list tool streaming event (#3159) 2025-08-15 00:05:36 +00:00
tool_executor.py feat(responses): add mcp list tool streaming event (#3159) 2025-08-15 00:05:36 +00:00
types.py feat(responses): add mcp list tool streaming event (#3159) 2025-08-15 00:05:36 +00:00
utils.py fix: handle mcp tool calls in previous response correctly (#3155) 2025-08-20 14:12:15 -07:00