export const INTERRUPT_MESSAGE = '[Request interrupted by user]' export const INTERRUPT_MESSAGE_FOR_TOOL_USE = '[Request interrupted by user for tool use]' export const CANCEL_MESSAGE = "The user doesn't want to take this action right now. STOP what you are doing and wait for the user to tell you how to proceed." export const REJECT_MESSAGE = "The user doesn't want to proceed with this tool use. The tool use was rejected (eg. if it was a file edit, the new_string was NOT written to the file). STOP what you are doing and wait for the user to tell you how to proceed." export const REJECT_MESSAGE_WITH_REASON_PREFIX = "The user doesn't want to proceed with this tool use. The tool use was rejected (eg. if it was a file edit, the new_string was NOT written to the file). To tell you how to proceed, the user said:\n" export const SUBAGENT_REJECT_MESSAGE = 'Permission for this tool use was denied. The tool use was rejected (eg. if it was a file edit, the new_string was NOT written to the file). Try a different approach or report the limitation to complete your task.' export const SUBAGENT_REJECT_MESSAGE_WITH_REASON_PREFIX = 'Permission for this tool use was denied. The tool use was rejected (eg. if it was a file edit, the new_string was NOT written to the file). The user said:\n' export const PLAN_REJECTION_PREFIX = 'The agent proposed a plan that was rejected by the user. The user chose to stay in plan mode rather than proceed with implementation.\n\nRejected plan:\n'
https://media.neuromatch.social/media_attachments/files/116/402/037/574/373/335/original/3e77ac6a98a0909e.png