MCPcopy Create free account
hub / github.com/algorithmicsuperintelligence/optillm / __str__

Method __str__

optillm/mcts.py:17–18  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

15 self.current_query = current_query
16
17 def __str__(self):
18 return f"System: {self.system_prompt}\nHistory: {self.conversation_history}\nCurrent Query: {self.current_query}"
19
20class MCTSNode:
21 def __init__(self, state: DialogueState, parent=None):

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected