This commit is contained in:
Owen Lin
2025-11-03 15:12:38 -08:00
parent dd2638edbc
commit e65a269010
7 changed files with 15 additions and 17 deletions

View File

@@ -43,7 +43,6 @@ async fn thread_start_creates_thread_and_emits_started() -> Result<()> {
.await??;
let ThreadStartResponse { thread } = to_response::<ThreadStartResponse>(resp)?;
assert!(!thread.id.is_empty(), "thread id should not be empty");
assert!(thread.turn.is_empty(), "thread should start with no turns");
// A corresponding thread/started notification should arrive.
let notif: JSONRPCNotification = timeout(