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