Skip to content

Commit b5f9ed1

Browse files
committed
polished account agent exception messages
1 parent c1a01c2 commit b5f9ed1

File tree

1 file changed

+1
-1
lines changed
  • app/copilot/copilot-backend/src/main/java/com/microsoft/openai/samples/assistant/agent

1 file changed

+1
-1
lines changed

app/copilot/copilot-backend/src/main/java/com/microsoft/openai/samples/assistant/agent/AccountAgent.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ public AccountAgent(OpenAIAsyncClient client, LoggedUserService loggedUserServic
6767
TransactionsReportingAgent.class,
6868
EmbeddedResourceLoader.ResourceLocation.CLASSPATH_ROOT);
6969
} catch (FileNotFoundException e) {
70-
throw new RuntimeException("Cannot find account-history.yaml file in the classpath", e);
70+
throw new RuntimeException("Cannot find account.yaml file in the classpath", e);
7171
}
7272
//Used to retrieve account id. Transaction API requires account id to retrieve transactions
7373
KernelPlugin openAPIImporterAccountPlugin = SemanticKernelOpenAPIImporter

0 commit comments

Comments
 (0)