chatbase-dotnet icon indicating copy to clipboard operation
chatbase-dotnet copied to clipboard

Integrate your DotNet application with Chatbase!

Results 7 chatbase-dotnet issues
Sort by recently updated
recently updated
newest added

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. ![image](https://user-images.githubusercontent.com/40631417/41971690-f3ba6286-7a2c-11e8-9171-1a8cecdade92.png) 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...