feat: rename SkillAllowedToolCodes to ToolWhitelist and ToolCodes to ExposedToolCodes for consistency across responses
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user