MCPcopy Create free account
hub / github.com/CL-lau/SQL-GPT / addQuestion

Method addQuestion

utils/message_content.py:30–32  ·  view source on GitHub ↗
(self, question: str)

Source from the content-addressed store, hash-verified

28 self.conversations.append(conversation)
29
30 def addQuestion(self, question: str):
31 conversation = {"question": question}
32 self.conversations.append(conversation)
33
34 def addAnswer(self, answer: str):
35 self.conversations[-1]["answer"] = answer

Callers 1

__init__Method · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected