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