( blockingError: HookBlockingError, )
| 2005 | * @returns Formatted message to give feedback to the model |
| 2006 | */ |
| 2007 | export function getTaskCompletedHookMessage( |
| 2008 | blockingError: HookBlockingError, |
| 2009 | ): string { |
| 2010 | return `TaskCompleted hook feedback:\n${blockingError.blockingError}` |
| 2011 | } |
| 2012 | |
| 2013 | /** |
| 2014 | * Format a list of blocking errors from a UserPromptSubmit hook's configured commands. |
no outgoing calls
no test coverage detected