Skip to content

Commit

Permalink
Tiny fix
Browse files Browse the repository at this point in the history
  • Loading branch information
dandansamax committed Sep 19, 2024
1 parent 9fece56 commit 1c75569
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crab/agents/backend_models/claude_model.py
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,7 @@ def call_api(self, request_messages: list[dict]) -> anthropic.types.Message:
return response

def generate_backend_output(
cls, response_message: anthropic.types.Message
self, response_message: anthropic.types.Message
) -> BackendOutput:
message = ""
action_list = []
Expand Down

0 comments on commit 1c75569

Please sign in to comment.