()
| 119 | * Get the current state of the AI chat. |
| 120 | */ |
| 121 | export function useAIChatState(): AIChatState { |
| 122 | const state = zustand.useStore(globalState); |
| 123 | return state; |
| 124 | } |
| 125 | |
| 126 | /** |
| 127 | * Provide the controller to interact with the AI chat. |
no outgoing calls
no test coverage detected