( blockingError: HookBlockingError, )
| 1901 | * @returns Formatted message to give feedback to the model |
| 1902 | */ |
| 1903 | export function getTeammateIdleHookMessage( |
| 1904 | blockingError: HookBlockingError, |
| 1905 | ): string { |
| 1906 | return `TeammateIdle hook feedback:\n${blockingError.blockingError}` |
| 1907 | } |
| 1908 | |
| 1909 | /** |
| 1910 | * Format a blocking error from a TaskCreated hook. |