Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
langchain4j committed May 7, 2024
1 parent 2b95082 commit 07d4114
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,6 @@ BeanFactoryPostProcessor aiServicesRegisteringBeanFactoryPostProcessor() {
for (String beanName : beanFactory.getBeanDefinitionNames()) {
try {
Class<?> beanClass = Class.forName(beanFactory.getBeanDefinition(beanName).getBeanClassName());
System.out.println();
for (Method beanMethod : beanClass.getDeclaredMethods()) {
if (beanMethod.isAnnotationPresent(Tool.class)) {
tools.add(beanName);
Expand Down

0 comments on commit 07d4114

Please sign in to comment.