# Guided and assistant feature

This directory is dedicated to the integration of Guided-assistant Medical Examinations using AI.

## Structure

- `components/`: UI components for guided-assistant interaction.
- `hooks/`: React hooks for AI logic.
- `services/`: API services for backend AI communication.
- `store/`: Local state management for AI features.
- `types/`: TypeScript interfaces and types.
- `utils/`: Helper functions.
