refactor: remove unused code from background-agent, background-task, call-omo-agent

This commit is contained in:
YeonGyu-Kim
2026-02-16 22:11:29 +09:00
parent 169c07ebf8
commit 1ba330f8ca
5 changed files with 3 additions and 5 deletions
@@ -4,7 +4,7 @@ import type { BackgroundManager } from "../../../features/background-agent"
import type { BackgroundCancelArgs } from "../types"
import { BACKGROUND_CANCEL_DESCRIPTION } from "../constants"
export function createBackgroundCancel(manager: BackgroundManager, client: BackgroundCancelClient): ToolDefinition {
export function createBackgroundCancel(manager: BackgroundManager, _client: BackgroundCancelClient): ToolDefinition {
return tool({
description: BACKGROUND_CANCEL_DESCRIPTION,
args: {