mirror of
https://github.com/RooVetGit/Roo-Code.git
synced 2026-09-06 08:18:39 +00:00
Update src/core/task/Task.ts
This commit is contained in:
parent
fca211b7ad
commit
945c0ffe5d
1 changed files with 0 additions and 6 deletions
|
|
@ -2703,12 +2703,6 @@ export class Task extends EventEmitter<TaskEvents> implements TaskLike {
|
|||
})
|
||||
}
|
||||
|
||||
// Legacy function for backward compatibility
|
||||
const sendRateLimitUpdate = async (payload: RateLimitRetryPayload, isPartial: boolean): Promise<void> => {
|
||||
const retryPayload: RetryStatusPayload = { ...payload, type: "retry_status", cause: "rate_limit" }
|
||||
await sendRetryStatusUpdate(retryPayload, isPartial)
|
||||
}
|
||||
|
||||
const runRateLimitCountdown = async ({
|
||||
seconds,
|
||||
origin,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue