-
Notifications
You must be signed in to change notification settings - Fork 58
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[FEATURE] tools enhanced by AOP support #80
[FEATURE] tools enhanced by AOP support #80
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@catofdestruction thanks a lot!
...est/java/dev/langchain4j/service/spring/mode/automatic/withTools/AiServicesAutoConfigIT.java
Outdated
Show resolved
Hide resolved
...ain4j-spring-boot-starter/src/main/java/dev/langchain4j/service/spring/AiServiceFactory.java
Outdated
Show resolved
Hide resolved
...j-spring-boot-starter/src/main/java/dev/langchain4j/service/spring/AiServicesAutoConfig.java
Show resolved
Hide resolved
...est/java/dev/langchain4j/service/spring/mode/automatic/withTools/AiServicesAutoConfigIT.java
Outdated
Show resolved
Hide resolved
...java/dev/langchain4j/service/spring/mode/automatic/withTools/aop/CustomAnnotationAspect.java
Outdated
Show resolved
Hide resolved
...java/dev/langchain4j/service/spring/mode/automatic/withTools/aop/CustomAnnotationAspect.java
Outdated
Show resolved
Hide resolved
I have fixed all the issues mentioned above and expanded the test cases to ensure that both regular tools and AOP-enhanced tools run correctly. It seems that the work efficiency this morning was indeed high. By the way, the actual time here is 10:52 AM, not as described by PackagePrivateTools.getCurrentTime() :) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@catofdestruction thanks a lot!
...j-spring-boot-starter/src/main/java/dev/langchain4j/service/spring/AiServicesAutoConfig.java
Outdated
Show resolved
Hide resolved
…service/spring/AiServicesAutoConfig.java
Issues link:
langchain4j/langchain4j#2113