diff --git a/Standard.AI.OpenAI/Services/Foundations/Completions/CompletionService.Exceptions.cs b/Standard.AI.OpenAI/Services/Foundations/Completions/CompletionService.Exceptions.cs index 9ec3a8f4..f1e081d7 100644 --- a/Standard.AI.OpenAI/Services/Foundations/Completions/CompletionService.Exceptions.cs +++ b/Standard.AI.OpenAI/Services/Foundations/Completions/CompletionService.Exceptions.cs @@ -128,7 +128,8 @@ private static CompletionDependencyException CreateCompletionDependencyException innerException); } - private static CompletionDependencyValidationException CreateCompletionDependencyValidationException(Xeption innerException) + private static CompletionDependencyValidationException CreateCompletionDependencyValidationException( + Xeption innerException) { return new CompletionDependencyValidationException( message: "Completion dependency validation error occurred, fix errors and try again.",