An open API service indexing awesome lists of open source software.

https://github.com/guoshiqiufeng/dify-spring-boot-starter-examples

dify-spring-boot-starter-examples
https://github.com/guoshiqiufeng/dify-spring-boot-starter-examples

Last synced: 2 months ago
JSON representation

dify-spring-boot-starter-examples

Awesome Lists containing this project

README

        

## dify-spring-boot-starter-examples

### examples-all

包含所有功能
> 可查看 .http 请求示例

### examples-chat

只包含聊天操作
> 可查看 .http 请求示例

### examples-dataset

只包含知识库操作
> 可查看 .http 请求示例、[DatasetTest.java测试用例](examples-dataset/src/test/java/io/github/guoshiqiufeng/dify/examples/dataset/DatasetTest.java)

### examples-server

只包含server操作
> 可查看 .http 请求示例

### examples-workflow

只包含工作流操作
> 可查看 .http 请求示例