better message

This commit is contained in:
jif-oai
2026-01-26 18:47:51 +00:00
parent 4dd80700cb
commit 49ee35b86c

View File

@@ -60,5 +60,5 @@ async fn wait_for_final_status(session: &Session, agent_id: ThreadId) -> Option<
}
fn completion_warning_message(agent_id: ThreadId, status: &AgentStatus) -> String {
format!("Sub-agent {agent_id} finished with status {status:?}. Use wait to collect the result.")
format!("Sub-agent {agent_id} finished with status {status:?}. Keep working.")
}