MCPcopy Create free account
hub / github.com/OpenBMB/ToolBench / add_message

Method add_message

toolbench/inference/LLM/tool_llama_model.py:60–61  ·  view source on GitHub ↗
(self, message)

Source from the content-addressed store, hash-verified

58 return prediction
59
60 def add_message(self, message):
61 self.conversation_history.append(message)
62
63 def change_messages(self,messages):
64 self.conversation_history = messages

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected