This website requires JavaScript.
Explore
Help
Sign In
Brizco
/
Api
Watch
1
Star
0
Fork
You've already forked Api
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
44361e73ce
Api
/
Brizco.Domain
/
CommandQueries
/
Commands
/
AiCommands.cs
2 lines
52 B
C#
Raw
Normal View
History
Unescape
Escape
✨ 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
namespace
Brizco.Domain.CommandQueries.Commands
;