Skip to content

Commit 20e2be5

Browse files
ilayaperumalgmarkpollack
authored andcommitted
Restructure Spring AI model module
- Pull chat, image, moderation, tool, audio specific api code into spring-ai-model module - Move the corresponding tests Signed-off-by: Ilayaperumal Gopinathan <ilayaperumal.gopinathan@broadcom.com>
1 parent 69d5b5f commit 20e2be5

File tree

197 files changed

+184
-2497
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

197 files changed

+184
-2497
lines changed

spring-ai-core/pom.xml

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -73,19 +73,6 @@
7373
<version>${jsonschema.version}</version>
7474
</dependency>
7575

76-
<!-- production dependencies -->
77-
<dependency>
78-
<groupId>org.antlr</groupId>
79-
<artifactId>ST4</artifactId>
80-
<version>${ST4.version}</version>
81-
</dependency>
82-
83-
<dependency>
84-
<groupId>org.antlr</groupId>
85-
<artifactId>antlr4-runtime</artifactId>
86-
<version>${antlr.version}</version>
87-
</dependency>
88-
8976
<dependency>
9077
<groupId>io.projectreactor</groupId>
9178
<artifactId>reactor-core</artifactId>

spring-ai-core/src/main/java/org/springframework/ai/model/package-info.java

Lines changed: 0 additions & 28 deletions
This file was deleted.

spring-ai-core/src/test/java/org/springframework/ai/tool/ToolCallbackTests.java

Lines changed: 0 additions & 42 deletions
This file was deleted.

spring-ai-core/src/test/java/org/springframework/ai/tool/definition/DefaultToolDefinitionTests.java

Lines changed: 0 additions & 65 deletions
This file was deleted.

spring-ai-core/src/test/java/org/springframework/ai/tool/definition/ToolDefinitionTests.java

Lines changed: 0 additions & 54 deletions
This file was deleted.

spring-ai-core/src/test/java/org/springframework/ai/tool/execution/DefaultToolCallResultConverterTests.java

Lines changed: 0 additions & 95 deletions
This file was deleted.

spring-ai-core/src/test/java/org/springframework/ai/tool/execution/DefaultToolExecutionExceptionProcessorTests.java

Lines changed: 0 additions & 65 deletions
This file was deleted.

0 commit comments

Comments
 (0)