chore: generate
This commit is contained in:
@@ -896,7 +896,8 @@ export const GithubRunCommand = effectCmd({
|
|||||||
}
|
}
|
||||||
|
|
||||||
let text = ""
|
let text = ""
|
||||||
await runLocalEffect(busSvc.subscribeCallback(MessageV2.Event.PartUpdated, (evt) => {
|
await runLocalEffect(
|
||||||
|
busSvc.subscribeCallback(MessageV2.Event.PartUpdated, (evt) => {
|
||||||
if (evt.properties.part.sessionID !== session.id) return
|
if (evt.properties.part.sessionID !== session.id) return
|
||||||
//if (evt.properties.part.messageID === messageID) return
|
//if (evt.properties.part.messageID === messageID) return
|
||||||
const part = evt.properties.part
|
const part = evt.properties.part
|
||||||
@@ -922,7 +923,8 @@ export const GithubRunCommand = effectCmd({
|
|||||||
return
|
return
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}))
|
}),
|
||||||
|
)
|
||||||
}
|
}
|
||||||
|
|
||||||
async function summarize(response: string) {
|
async function summarize(response: string) {
|
||||||
|
|||||||
Reference in New Issue
Block a user