chore: linting

This commit is contained in:
DESKTOP-RTLN3BA\$punk 2026-05-05 17:08:34 -07:00
parent 489dd0aa52
commit 4e174f17f2
8 changed files with 15 additions and 16 deletions

View file

@ -67,9 +67,7 @@ class _RecordingChatModel(BaseChatModel):
) -> ChatResult:
self.call_count += 1
return ChatResult(
generations=[
ChatGeneration(message=AIMessage(content=self.response_text))
]
generations=[ChatGeneration(message=AIMessage(content=self.response_text))]
)
async def _agenerate(