chatbase-dotnet
chatbase-dotnet copied to clipboard
Integrate your DotNet application with Chatbase!
Check if string is null, empty, or consists only of white-space characters.
Platform attribute needs to be set on the message, to avoid Bad Request response from API.
Hi, I am facing an issue while using the Chatbase session flow. Only one branch is appearing for my API even though several other intents are available.  Even though...
Necessary code to track events for chatbase. Based on [docs](https://chatbase.com/documentation/events)
Hi excellent work on the library :) Would love it if custom_session_id is added to Message.cs
I initialized `Client` class by passing an api key in its constructor. ```var client = new Client(apikey);``` Calling `Client.SendAsync` with a `Message` having a null or empty api key will...
Hi there, Not sure where else to log these issues. We're trying to add a collaborator to an agent. Having added them with 'view only' mode they are in fact...