We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents ffc9866 + 56f6b84 commit a11ee03Copy full SHA for a11ee03
src/Infrastructure/BotSharp.Core/Instructs/Services/InstructService.Execute.cs
@@ -125,6 +125,7 @@ public async Task<InstructResult> Execute(
125
Data = state.GetStates().ToDictionary(x => x.Key, x => (object)x.Value)
126
});
127
result = fileResponse.Result.IfNullOrEmptyAs(string.Empty);
128
+ state.SetState("fileOptions", fileOptions.ConvertToString());
129
}
130
else
131
{
0 commit comments