| 1234567891011 |
- {
- "hooks": {
- "UserPromptSubmit": [
- {
- "hooks": [
- { "type": "command", "command": "echo '{\"hookSpecificOutput\":{\"hookEventName\":\"UserPromptSubmit\",\"additionalContext\":\"The user has previously stated their favorite color is teal.\"}}'" }
- ]
- }
- ]
- }
- }
|