mirror of
https://github.com/MindWorkAI/AI-Studio.git
synced 2026-02-15 03:41:36 +00:00
Spelling
This commit is contained in:
parent
7fecbec0d5
commit
02630db5c1
@ -15,7 +15,7 @@ public static class UserFile
|
|||||||
/// Attempts to load the content of a file at the specified path, ensuring Pandoc is installed and available before proceeding.
|
/// Attempts to load the content of a file at the specified path, ensuring Pandoc is installed and available before proceeding.
|
||||||
/// </summary>
|
/// </summary>
|
||||||
/// <param name="filePath">The full path to the file to be read. Must not be null or empty.</param>
|
/// <param name="filePath">The full path to the file to be read. Must not be null or empty.</param>
|
||||||
/// <param name="rustService">Rustservice used to read file content.</param>
|
/// <param name="rustService">Rust service used to read file content.</param>
|
||||||
/// <param name="dialogService">Dialogservice used to display the Pandoc installation dialog if needed.</param>
|
/// <param name="dialogService">Dialogservice used to display the Pandoc installation dialog if needed.</param>
|
||||||
public static async Task<string> LoadFileData(string filePath, RustService rustService, IDialogService dialogService)
|
public static async Task<string> LoadFileData(string filePath, RustService rustService, IDialogService dialogService)
|
||||||
{
|
{
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user