Skip to content

Commit

Permalink
Fix analysis
Browse files Browse the repository at this point in the history
  • Loading branch information
philippjfr committed Jul 24, 2024
1 parent 8731022 commit 2de3991
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lumen/ai/assistant.py
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,7 @@ async def use_suggestion(event):
break
else:
return
await agent.invoke([{'role': 'User', 'contents': contents}])
await agent.invoke([{'role': 'User', 'content': contents}])
else:
self.interface.send(contents)

Expand Down

0 comments on commit 2de3991

Please sign in to comment.