Skip to content

Commit 1c75569

Browse files
committed
Tiny fix
1 parent 9fece56 commit 1c75569

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crab/agents/backend_models/claude_model.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,7 @@ def call_api(self, request_messages: list[dict]) -> anthropic.types.Message:
167167
return response
168168

169169
def generate_backend_output(
170-
cls, response_message: anthropic.types.Message
170+
self, response_message: anthropic.types.Message
171171
) -> BackendOutput:
172172
message = ""
173173
action_list = []

0 commit comments

Comments
 (0)