refactor(interaction-api): extract interaction data models into new Partner-Interaction-Api module and update imports/dependencies

This commit is contained in:
2026-05-08 20:32:11 +08:00
parent 4c042769f2
commit e6e0eef161
14 changed files with 45 additions and 17 deletions

View File

@@ -83,6 +83,11 @@
<artifactId>openai-java</artifactId>
<version>4.26.0</version>
</dependency>
<dependency>
<groupId>work.slhaf.partner</groupId>
<artifactId>partner-interaction-api</artifactId>
<version>0.5.0</version>
</dependency>
</dependencies>
<properties>