File tree Expand file tree Collapse file tree 2 files changed +10
-2
lines changed
libs/redis/tests/unit_tests Expand file tree Collapse file tree 2 files changed +10
-2
lines changed Original file line number Diff line number Diff line change 1+ {
2+ "mcpServers" : {
3+ "docs-langchain" : {
4+ "type" : " http" ,
5+ "url" : " https://docs.langchain.com/mcp"
6+ }
7+ }
8+ }
Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ def test_add_tool_message_stores_tool_call_id(
2222 ) -> None :
2323 """Test that adding a ToolMessage stores tool_call_id.
2424
25- This is the fix for issue #51 where ToolMessage.tool_call_id
25+ This is the fix for issue #51 where ` ToolMessage.tool_call_id`
2626 was not being stored, causing KeyError on deserialization.
2727 """
2828 mock_redis_client = MagicMock ()
@@ -184,7 +184,7 @@ def capture_load(**kwargs: Any) -> None:
184184 def test_mixed_message_types_with_tool_message (
185185 self , mock_search_index : MagicMock
186186 ) -> None :
187- """Test conversation with mixed message types including ToolMessage."""
187+ """Test conversation with mixed message types including ` ToolMessage` ."""
188188 mock_redis_client = MagicMock ()
189189 mock_redis_client .client_setinfo = MagicMock ()
190190 mock_redis_client .ft = MagicMock ()
You can’t perform that action at this time.
0 commit comments