Remove unused subagent retry formatter (#39952)
Co-authored-by: Kit Langton <kit.langton@gmail.com>
This commit is contained in:
parent
18843682ad
commit
97f5fb3399
2 changed files with 0 additions and 9 deletions
|
|
@ -2788,10 +2788,6 @@ export function isBackgroundSubagent(
|
|||
return status === "completed" && metadata.status === "running"
|
||||
}
|
||||
|
||||
export function formatSubagentRetry(attempt: number, message: string) {
|
||||
return `Retrying (attempt ${attempt}) · ${message}`
|
||||
}
|
||||
|
||||
type ExecuteCall = { tool: string; status: "running" | "completed" | "error"; input?: Record<string, unknown> }
|
||||
|
||||
function executeCalls(value: unknown): ExecuteCall[] {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue