6 lines
295 B
TypeScript
6 lines
295 B
TypeScript
export const HOOK_NAME = "tool-call-validator"
|
|
export const INVALID_TOOL_PLACEHOLDER_PREFIX = "[Invalid tool call: "
|
|
export const INVALID_TOOL_PLACEHOLDER_SUFFIX = " - tool does not exist]"
|
|
export const PAIRED_RESULT_PLACEHOLDER =
|
|
"[Tool result removed - corresponding tool call was invalid]"
|