MCPcopy Create free account
hub / github.com/THUDM/AgentTuning / create_session

Method create_session

AgentBench.old/src/agent.py:150–151  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

148 pass
149
150 def create_session(self) -> Session:
151 return Session(self.inference)
152
153 def inference(self, history: List[dict]) -> str:
154 raise NotImplementedError

Callers 2

call_wrapMethod · 0.80
call_wrapMethod · 0.80

Calls 1

SessionClass · 0.85

Tested by

no test coverage detected