( blockingError: HookBlockingError, )
| 1912 | * @returns Formatted message to give feedback to the model |
| 1913 | */ |
| 1914 | export function getTaskCreatedHookMessage( |
| 1915 | blockingError: HookBlockingError, |
| 1916 | ): string { |
| 1917 | return `TaskCreated hook feedback:\n${blockingError.blockingError}` |
| 1918 | } |
| 1919 | |
| 1920 | /** |
| 1921 | * Format a blocking error from a TaskCompleted hook. |