Skip to content

Commit fafb0cf

Browse files
authored
Swift SDK update for LS 0.1.4 (#21)
* Swift SDK update for LS 0.1.4 * removed duplicate
1 parent bff607f commit fafb0cf

File tree

2 files changed

+1273
-879
lines changed

2 files changed

+1273
-879
lines changed

Sources/LlamaStackClient/Agents/ChatAgent.swift

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,8 @@ class ChatAgent {
7878
break
7979
case .turn_complete(_):
8080
break
81+
case .turn_awaiting_input(_):
82+
break
8183
}
8284
continuation.yield(chunk)
8385
}

0 commit comments

Comments
 (0)