feat: rename SkillAllowedToolCodes to ToolWhitelist and ToolCodes to ExposedToolCodes for consistency across responses

This commit is contained in:
mlogclub
2026-04-12 10:17:27 +08:00
parent 44b20813fe
commit dce9c5eb25
4 changed files with 31 additions and 31 deletions
+2 -2
View File
@@ -321,8 +321,8 @@ export type SkillDebugRunResult = {
replyText: string
planReason: string
skillRouteTrace: string
skillAllowedToolCodes: string[]
toolCodes: string[]
toolWhitelist: string[]
exposedToolCodes: string[]
invokedToolCodes: string[]
toolSearchTrace: string
graphToolTrace: string