feat:【AI 大模型】增加 AI ToolContext 上下文

This commit is contained in:
YunaiV
2025-05-03 16:37:50 +08:00
parent 3c87f953ee
commit e11ee654ef
8 changed files with 120 additions and 97 deletions

View File

@@ -24,6 +24,18 @@
<artifactId>yudao-common</artifactId>
</dependency>
<!-- 业务组件 -->
<dependency>
<groupId>cn.iocoder.boot</groupId>
<artifactId>yudao-spring-boot-starter-biz-tenant</artifactId>
</dependency>
<!-- Web 相关 -->
<dependency>
<groupId>cn.iocoder.boot</groupId>
<artifactId>yudao-spring-boot-starter-security</artifactId>
</dependency>
<!-- Spring AI Model 模型接入 -->
<dependency>
<groupId>org.springframework.ai</groupId>