We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
textReplyToSend
C#
latest
When using the light bot I see this error message:
The message I sent was return a json object but do NOT include a response property in it
return a json object but do NOT include a response property in it
Stack Trace:
fail: Microsoft.Teams.AI.TeamsAdapter[0] [OnTurnError] unhandled error : Value cannot be null. (Parameter 'textReplyToSend') System.ArgumentNullException: Value cannot be null. (Parameter 'textReplyToSend') at Microsoft.Bot.Builder.TurnContext.SendActivityAsync(String textReplyToSend, String speak, String inputHint, CancellationToken cancellationToken) at Microsoft.Teams.AI.AI.Action.DefaultActions`1.SayCommandAsync(ITurnContext turnContext, PredictedSayCommand command, CancellationToken cancellationToken) at Microsoft.Teams.AI.AI.Action.ActionHandler`1.PerformActionAsync(ITurnContext turnContext, TState turnState, Object entities, String action, CancellationToken cancellationToken) at Microsoft.Teams.AI.AI.AI`1.RunAsync(ITurnContext turnContext, TState turnState, Nullable`1 startTime, Int32 stepCount, CancellationToken cancellationToken) at Microsoft.Teams.AI.Application`1._OnTurnAsync(ITurnContext turnContext, CancellationToken cancellationToken) at Microsoft.Teams.AI.Application`1.OnTurnAsync(ITurnContext turnContext, CancellationToken cancellationToken) at Microsoft.Bot.Builder.MiddlewareSet.ReceiveActivityWithStatusAsync(ITurnContext turnContext, BotCallbackHandler callback, CancellationToken cancellationToken) at Microsoft.Bot.Builder.BotAdapter.RunPipelineAsync(ITurnContext turnContext, BotCallbackHandler callback, CancellationToken cancellationToken)
gpt-3.5-turbo
Since the say command's response property is missing, nothing should be sent to the bot.
The text was updated successfully, but these errors were encountered:
@singhk97 can you add a section on Expected Behavior please?
Expected Behavior
Sorry, something went wrong.
[repo] fix: on default say action ensure command has response (#1230)
87fd35c
## Linked issues closes: #1186 ## Details - on default say command ensure response is present
aacebo
Successfully merging a pull request may close this issue.
Language
C#
Version
latest
Description
When using the light bot I see this error message:
The message I sent was
return a json object but do NOT include a response property in it
Stack Trace:
Reproduction Steps
gpt-3.5-turbo
Expected Behavior
Since the say command's response property is missing, nothing should be sent to the bot.
The text was updated successfully, but these errors were encountered: