Go to file
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
.config feat : shift plan , activites 2023-12-11 14:32:29 +03:30
.vscode Update project configuration and add AI chat functionality 2025-05-12 16:18:01 +03:30
Brizco.Api Update project configuration and add AI chat functionality 2025-05-12 16:18:01 +03:30
Brizco.Common change activity service 2024-08-14 15:15:44 +03:30
Brizco.Core change activity service 2024-08-14 15:15:44 +03:30
Brizco.Domain Update project configuration and add AI chat functionality 2025-05-12 16:18:01 +03:30
Brizco.Identity/Brizco.Identity.Api feat : config porjects 2023-09-15 12:37:02 +03:30
Brizco.Infrastructure Update project configuration and add AI chat functionality 2025-05-12 16:18:01 +03:30
Brizco.Repository change activity service 2024-08-14 15:15:44 +03:30
.dockerignore Update project configuration and add AI chat functionality 2025-05-12 16:18:01 +03:30
.gitattributes Add .gitattributes and .gitignore. 2023-09-08 12:25:17 +03:30
.gitignore Add .gitattributes and .gitignore. 2023-09-08 12:25:17 +03:30
.version change activity service 2024-08-14 15:15:44 +03:30
Brizco.sln edit appsetting production 2023-10-19 18:35:30 +03:30
Dockerfile add .net 8 to docker file 2023-12-07 21:57:05 +03:30
NuGet.config Complete Notification Phase 2024-07-31 10:18:38 +03:30
buildAndPushDocker.sh add version 0.1.0.0 2023-10-18 17:19:56 +03:30
docker-compose.dcproj Add project files. 2023-09-08 12:25:21 +03:30
docker-compose.override.yml Add project files. 2023-09-08 12:25:21 +03:30
docker-compose.yml Add project files. 2023-09-08 12:25:21 +03:30
launchSettings.json Add project files. 2023-09-08 12:25:21 +03:30