diff --git a/app/copilot/copilot-backend/src/main/java/com/microsoft/openai/samples/assistant/agent/AccountAgent.java b/app/copilot/copilot-backend/src/main/java/com/microsoft/openai/samples/assistant/agent/AccountAgent.java index e0dc065..8f165cc 100644 --- a/app/copilot/copilot-backend/src/main/java/com/microsoft/openai/samples/assistant/agent/AccountAgent.java +++ b/app/copilot/copilot-backend/src/main/java/com/microsoft/openai/samples/assistant/agent/AccountAgent.java @@ -67,7 +67,7 @@ public AccountAgent(OpenAIAsyncClient client, LoggedUserService loggedUserServic TransactionsReportingAgent.class, EmbeddedResourceLoader.ResourceLocation.CLASSPATH_ROOT); } catch (FileNotFoundException e) { - throw new RuntimeException("Cannot find account-history.yaml file in the classpath", e); + throw new RuntimeException("Cannot find account.yaml file in the classpath", e); } //Used to retrieve account id. Transaction API requires account id to retrieve transactions KernelPlugin openAPIImporterAccountPlugin = SemanticKernelOpenAPIImporter