()
| 38 | /** Imperative read for non-React callers (the session hook's tick loop and |
| 39 | * the chat-completions metadata builder). */ |
| 40 | export function getSelectedFreebuffModel(): string { |
| 41 | return useFreebuffModelStore.getState().selectedModel |
| 42 | } |
no outgoing calls
no test coverage detected