Skip to content

Commit

Permalink
Update samples/backend/csharp/Controllers/ChatController.cs
Browse files Browse the repository at this point in the history
Co-authored-by: Stephen Toub <[email protected]>
  • Loading branch information
glecaros and stephentoub authored Aug 12, 2024
1 parent 49dbaaf commit 25e080f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion samples/backend/csharp/Controllers/ChatController.cs
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@ public ChatController(ISemanticKernelApp semanticKernelApp)
{
return (messageIndex, fileIndex, formFile);
}
throw new ArgumentException("Malformed multipart request: Invalid file name.");

throw new ArgumentException("Malformed multipart request: Invalid file name.");
}

private async Task<AIChatRequest> RequestFromMultipart(IFormFileCollection formFiles)
Expand Down

0 comments on commit 25e080f

Please sign in to comment.