change: remove call function tool

This commit is contained in:
lilong.129
2025-05-26 00:43:01 +08:00
parent a888022cbc
commit 778344c826
5 changed files with 1 additions and 64 deletions

View File

@@ -29,7 +29,6 @@ const (
ACTION_SetIme ActionMethod = "set_ime"
ACTION_GetSource ActionMethod = "get_source"
ACTION_GetForegroundApp ActionMethod = "get_foreground_app"
ACTION_CallFunction ActionMethod = "call_function"
// UI handling
ACTION_Home ActionMethod = "home"