Skip to content

Commit

Permalink
comment nitpick
Browse files Browse the repository at this point in the history
  • Loading branch information
overmode committed Dec 31, 2024
1 parent 8d74c78 commit ea76153
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion front/components/assistant/conversation/AgentMessage.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -436,7 +436,7 @@ export function AgentMessage({
className="text-muted-foreground"
disabled={isRetryHandlerProcessing || shouldStream}
/>,
// One can not leave feedback on global agents.
// One cannot leave feedback on global agents.
...(isGlobalAgent
? []
: [
Expand Down

0 comments on commit ea76153

Please sign in to comment.