File tree Expand file tree Collapse file tree 4 files changed +5
-5
lines changed
src/main/java/com/javaaidev/agenticpatterns/examples/agentastool Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -8,4 +8,4 @@ Reference implementation of [Agentic Workflow and Patterns](https://javaaidev.co
88Requirements:
99
1010- Java 21 (for virtual threads)
11- - Spring AI (Current version ` 1.0.0-M8 ` )
11+ - Spring AI (Current version ` 1.0.0 ` )
Original file line number Diff line number Diff line change 1818 <maven .compiler.source>21</maven .compiler.source>
1919 <maven .compiler.target>21</maven .compiler.target>
2020 <project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
21- <spring-ai .version>1.0.0-M8 </spring-ai .version>
22- <spring-boot .version>3.4.3 </spring-boot .version>
21+ <spring-ai .version>1.0.0</spring-ai .version>
22+ <spring-boot .version>3.4.6 </spring-boot .version>
2323 </properties >
2424
2525 <dependencyManagement >
Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ protected String getPromptTemplate() {
2828
2929 @ Override
3030 protected void updateChatClientRequest (ChatClientRequestSpec spec ) {
31- spec .functions ("userGenerationAgent" );
31+ spec .toolNames ("userGenerationAgent" );
3232 }
3333
3434 public record RestAPITestCaseGenerationResponse (String code ) {
Original file line number Diff line number Diff line change 5252 <maven .compiler.source>${java.version} </maven .compiler.source>
5353 <maven .compiler.target>${java.version} </maven .compiler.target>
5454 <project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
55- <spring-ai .version>1.0.0-M8 </spring-ai .version>
55+ <spring-ai .version>1.0.0</spring-ai .version>
5656 <micrometer .version>1.14.4</micrometer .version>
5757 </properties >
5858
You can’t perform that action at this time.
0 commit comments