Api/Brizco.Domain/CommandQueries/Commands
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
..
ActivityCommands.cs refactor files 2024-08-11 19:20:09 +03:30
AiCommands.cs Update project configuration and add AI chat functionality 2025-05-12 16:18:01 +03:30
ComplexCommands.cs config db 2023-10-13 16:25:34 +03:30
NewsFeedCommands.cs Complete Notification Phase 2024-07-31 10:18:38 +03:30
NotificationCommands.cs change(Activities) , feat(NotifyCommands) 2024-07-08 17:45:17 +03:30
PositionCommands.cs feat(AddPositionPermission) , feat(CheckPermissionEndpoint) , refactor(PositionLDto) 2024-06-02 11:26:18 +03:30
RoutineCommands.cs add version 0.1.3.1 2023-11-19 22:06:49 +03:30
SectionCommands.cs complete version 0.1.1.0 2023-11-14 16:21:49 +03:30
ShiftCommands.cs fix(Change Entities NameSpace ) 2024-07-06 21:20:10 +03:30
ShiftPlanCommands.cs refactor files 2024-08-11 19:20:09 +03:30
TaskCommands.cs refactor files 2024-08-11 19:20:09 +03:30