Skip to content

Commit 7307b53

Browse files
authored
fix(chat): update timeout message for clarity in assistant responses (#975)
1 parent ea30d6f commit 7307b53

File tree

1 file changed

+1
-1
lines changed
  • crates/q_cli/src/cli/chat

1 file changed

+1
-1
lines changed

crates/q_cli/src/cli/chat/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1124,7 +1124,7 @@ where
11241124
self.conversation_state
11251125
.push_assistant_message(AssistantResponseMessage {
11261126
message_id: None,
1127-
content: "Fake message - actual message took too long to generate".to_string(),
1127+
content: "Response timed out - message took too long to generate".to_string(),
11281128
tool_uses: None,
11291129
});
11301130
self.conversation_state

0 commit comments

Comments
 (0)