Skip to content

Commit 528b513

Browse files
committed
Update action in ClaudeResponseModel to None for improved clarity
1 parent c674094 commit 528b513

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/agentlab/llm/response_api.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -322,7 +322,7 @@ def _parse_response(self, response: dict) -> dict:
322322
result = ResponseLLMOutput(
323323
raw_response=response,
324324
think="",
325-
action="noop()",
325+
action=None,
326326
last_computer_call_id=None,
327327
assistant_message={
328328
"role": "assistant",

0 commit comments

Comments
 (0)