File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 66 <parent >
77 <groupId >com.javaaidev.llmagentspec</groupId >
88 <artifactId >llm-agent-spec</artifactId >
9- <version >0.1.2 </version >
9+ <version >0.1.3 </version >
1010 </parent >
1111
1212 <artifactId >chat-agent-model</artifactId >
Original file line number Diff line number Diff line change 55 <modelVersion >4.0.0</modelVersion >
66 <groupId >com.javaaidev.llmagentspec</groupId >
77 <artifactId >llm-agent-spec</artifactId >
8- <version >0.1.2 </version >
8+ <version >0.1.3 </version >
99 <packaging >pom</packaging >
1010 <name >LLM Agent Spec</name >
1111 <description >Spec of LLM Agents</description >
Original file line number Diff line number Diff line change 66 <parent >
77 <groupId >com.javaaidev.llmagentspec</groupId >
88 <artifactId >llm-agent-spec</artifactId >
9- <version >0.1.2 </version >
9+ <version >0.1.3 </version >
1010 </parent >
1111
1212 <artifactId >spring-ai-adapter</artifactId >
1818 <maven .compiler.source>${java.version} </maven .compiler.source>
1919 <maven .compiler.target>${java.version} </maven .compiler.target>
2020 <project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
21- <spring-ai .version>1.0.0-M6 </spring-ai .version>
21+ <spring-ai .version>1.0.0-M7 </spring-ai .version>
2222 <spring .version>6.2.3</spring .version>
2323 </properties >
2424
3737 <dependencies >
3838 <dependency >
3939 <groupId >org.springframework.ai</groupId >
40- <artifactId >spring-ai-core </artifactId >
40+ <artifactId >spring-ai-client-chat </artifactId >
4141 </dependency >
4242 <dependency >
4343 <groupId >org.springframework</groupId >
You can’t perform that action at this time.
0 commit comments