mirror of
https://github.com/OpenHands/OpenHands.git
synced 2026-03-22 13:47:19 +08:00
(llm): Track accumulated token usage instead of per-request token usage (#7511)
Co-authored-by: openhands <openhands@all-hands.dev> Co-authored-by: Boxuan Li <liboxuan@connect.hku.hk>
This commit is contained in:
@@ -42,7 +42,6 @@ class ActionType(str, Enum):
|
||||
"""Delegates a task to another agent.
|
||||
"""
|
||||
|
||||
|
||||
THINK = 'think'
|
||||
"""Logs a thought.
|
||||
"""
|
||||
|
||||
Reference in New Issue
Block a user