Api/Brizco.Domain
Amir Hossein Khademi 44361e73ce Update project configuration and add AI chat functionality
- 🐳 Update `.dockerignore` to include `README.md`
  Exclude additional Docker-related files for cleaner builds.

- 🔧 Modify `HealthController.cs` to use `IRestApiWrapper`
  Enhance health check functionality with REST API integration.

- 🐋 Change exposed port in `Dockerfile` to `5245`
  Update build process to use configuration arguments.

- 📦 Upgrade `Refit` package to version `7.2.1`
  Add `Refit.Newtonsoft.Json` for improved JSON handling.

- 📜 Add using directives in `Brizco.Infrastructure.csproj`
  Include necessary namespaces for new functionality.

- 🔗 Update `IRestApiWrapper` to include `IMetisRestApi`
  Enhance API wrapper with new Metis API integration.

- 🛠️ Create `launch.json` for .NET Core debugging
  Simplify debugging process with Docker settings.

- 📝 Add `tasks.json` for build and publish tasks
  Define tasks for building, publishing, and Docker operations.

- 🤖 Introduce `AiController.cs` for AI chat bot endpoint
  Implement endpoint to handle chat requests using REST API.

- 📂 Update `AiCommands.cs` with correct namespace
  Ensure proper organization and access to commands.

- 🆕 Add new data classes for AI functionality
  Introduce `CreateSessionRequestDto`, `MetisMessageRequest`, etc.

- 📡 Create `IMetisRestApi` interface for chat sessions
  Define API endpoints for managing chat interactions.

---

Changes made by Amir.h Khademi
2025-05-12 16:18:01 +03:30
..
CommandQueries Update project configuration and add AI chat functionality 2025-05-12 16:18:01 +03:30
Dtos refactor files 2024-08-11 19:20:09 +03:30
Entities refactor files 2024-08-11 19:20:09 +03:30
Enums Complete Notification Phase 2024-07-31 10:18:38 +03:30
Mappers Complete Notification Phase 2024-07-31 10:18:38 +03:30
MartenEntities Complete Notification Phase 2024-07-31 10:18:38 +03:30
Models/Settings feat : complex signup , unit of work , sms service 2023-09-20 11:54:12 +03:30
Brizco.Domain.csproj Complete Notification Phase 2024-07-31 10:18:38 +03:30
DomainConfig.cs Add project files. 2023-09-08 12:25:21 +03:30
FodyWeavers.xml Add project files. 2023-09-08 12:25:21 +03:30
MapsterRegister.cs fix bugs , push befor start fixing 2024-07-25 18:42:18 +03:30