Commit Graph

7 Commits (44361e73ce620651586466ba5ea1d8299abc6d90)

Author SHA1 Message Date
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
Amir Hossein Khademi 637070557b chore ( Update Dependencies ) 2024-07-06 20:51:44 +03:30
Amir Hossein Khademi 8bb2713069 feat(MartenDB) , feat(Brew) , feat(BrewService)
-Add MartentDB and MartenEntity
-Add MartenRepository
-Add BaseBrew entity and CoffeBrew
-Add BrewService for manage brews entity
2024-05-28 18:50:02 +03:30
Amir Hossein Khademi 91a73cbcef RELEASE VER 1.0.0.1 , complete version 1 , add scalarUi 2024-05-27 00:35:53 +03:30
Amir Hossein Khademi b4c58d9bc1 add version 0.1.4.0 2023-12-07 21:47:04 +03:30
Amir Hossein Khademi 080088528e update .net to .net 8 2023-11-29 13:02:59 +03:30
Amir Hossein Khademi 21aa44ba1a edit projects name to brizco 2023-10-19 11:59:07 +03:30