Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/THUDM/AgentBench
/ InteractRequest
Class
InteractRequest
src/typings/request.py:21–23 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
19
20
21
class
InteractRequest(BaseModel):
22
session_id: int
23
agent_response: AgentOutput
24
25
26
class
CancelRequest(BaseModel):
Callers
1
run_sample
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected