turn interrupt

This commit is contained in:
Owen Lin
2025-11-02 16:36:14 -08:00
parent fa03208ade
commit fa5fa861ef
5 changed files with 225 additions and 19 deletions

View File

@@ -405,6 +405,7 @@ pub struct TurnStartResponse {
#[serde(rename_all = "camelCase")]
#[ts(export_to = "v2/")]
pub struct TurnInterruptParams {
pub thread_id: String,
pub turn_id: String,
}