parent
b6ee8e92f9
commit
3aa6eeb426
|
|
@ -1115,7 +1115,7 @@ export namespace Session {
|
|||
}
|
||||
const p = await getParts(assistantMsg.sessionID, assistantMsg.id)
|
||||
for (const part of p) {
|
||||
if (part.type === "tool" && part.state.status !== "completed") {
|
||||
if (part.type === "tool" && part.state.status !== "completed" && part.state.status !== "error") {
|
||||
updatePart({
|
||||
...part,
|
||||
state: {
|
||||
|
|
|
|||
Loading…
Reference in New Issue