( blockingError: HookBlockingError, )
| 1923 | * @returns Formatted message to give feedback to the model |
| 1924 | */ |
| 1925 | export function getTaskCompletedHookMessage( |
| 1926 | blockingError: HookBlockingError, |
| 1927 | ): string { |
| 1928 | return `TaskCompleted hook feedback:\n${blockingError.blockingError}` |
| 1929 | } |
| 1930 | |
| 1931 | /** |
| 1932 | * Format a list of blocking errors from a UserPromptSubmit hook's configured commands. |
no outgoing calls
no test coverage detected