Skip to content

Commit

Permalink
polished account agent exception messages
Browse files Browse the repository at this point in the history
  • Loading branch information
dantelmomsft committed Jan 31, 2025
1 parent c1a01c2 commit b5f9ed1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit b5f9ed1

Please sign in to comment.