mirror of
https://github.com/trycua/computer.git
synced 2025-12-31 10:29:59 -06:00
Changed agent_type kwarg
This commit is contained in:
@@ -60,7 +60,7 @@ class TelemetryCallback(AsyncCallbackHandler):
|
||||
"""Record agent type/model and session initialization."""
|
||||
agent_info = {
|
||||
"session_id": self.session_id,
|
||||
"agent_type": self.agent.__class__.__name__,
|
||||
"agent_type": self.agent.agent_loop.__name__,
|
||||
"model": getattr(self.agent, 'model', 'unknown'),
|
||||
**SYSTEM_INFO
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user