mirror of
https://github.com/aljazceru/opencode.git
synced 2025-12-22 10:14:22 +01:00
fix issue with conversations hanging
This commit is contained in:
@@ -114,7 +114,7 @@ export namespace SystemPrompt {
|
|||||||
.text()
|
.text()
|
||||||
.catch(() => ""),
|
.catch(() => ""),
|
||||||
)
|
)
|
||||||
return Promise.all(found).then(Boolean)
|
return Promise.all(found).then((result) => result.filter(Boolean))
|
||||||
}
|
}
|
||||||
|
|
||||||
export function summarize(providerID: string) {
|
export function summarize(providerID: string) {
|
||||||
|
|||||||
Reference in New Issue
Block a user