NeethithevanR

Results 6 comments of NeethithevanR

@martinlarosa , Thank you for responding. I tried that fix. But its not working in my case.

@martinlarosa , That fix you have made in https://github.com/microsoft/botbuilder-dotnet. But that repository was no longer active. So,I am using [@botbuildercommunity ](https://github.com/BotBuilderCommunity/botbuilder-community-dotnet).

@hinthornw, I'm using the public endpoint (https://api.smith.langchain.com/). Please check the code snippet below. **code snippet:** from langsmith import Client os.environ["LANGCHAIN_TRACING_V2"] = "true" os.environ["LANGCHAIN_ENDPOINT"] = "https://api.smith.langchain.com" os.environ["LANGCHAIN_API_KEY"] = "" client =...

@cult-security-mikko, We are encountering a different issue with the Slack adapter version 4.13.5 (Bot.Builder.Community) combined with Microsoft Bot Builder version 4.13. Regarding the issue: Sometimes, the bot state is not...

@JhontSouth, I'm using Bot Builder Composer (version 2.1.2) to build my chat application, and the .NET versions (netcoreapp3.1/net6.0). I'm using Microsoft.Bot.Builder (version 4.22.0). In my chatbot, I have a trigger...

@tazarov Any updates on this issue?