refactor: remove unused code from background-agent, background-task, call-omo-agent
This commit is contained in:
@@ -4,7 +4,7 @@ import type { BackgroundCancelArgs } from "./types"
|
||||
import type { BackgroundCancelClient } from "./clients"
|
||||
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: {
|
||||
|
||||
Reference in New Issue
Block a user