MCPcopy Create free account
hub / github.com/IBM/mcp-cli / inject_tool_message

Method inject_tool_message

tests/chat/test_conversation.py:59–61  ·  view source on GitHub ↗

Inject a tool message into conversation history.

(self, message)

Source from the content-addressed store, hash-verified

57 self.conversation_history.append(message)
58
59 def inject_tool_message(self, message):
60 """Inject a tool message into conversation history."""
61 self.conversation_history.append(message)
62
63
64class TestConversationProcessorInit:

Calls

no outgoing calls

Tested by

no test coverage detected