Skip to content

Commit a032538

Browse files
committed
docs(agent): update custom AI agent examples and remove Dify API support note
- Update Diffy example to Dif example - Fix CozeAI description from "Dify Example" to "Coze Example" - Remove note about Dify API support since it's no longer relevant
1 parent cde12ca commit a032538

File tree

1 file changed

+10
-7
lines changed

1 file changed

+10
-7
lines changed

docs/agent/custom-ai-agent.md

Lines changed: 10 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -54,8 +54,14 @@ Demo:
5454
"url": "http://127.0.0.1:8765/api/agent/devins-sample",
5555
"responseAction": "DevIns",
5656
"defaultTimeout": 20
57-
},
58-
{
57+
}
58+
]
59+
```
60+
61+
#### Dif Example
62+
63+
```json
64+
{
5965
"name": "DifyAI",
6066
"description": "Dify Example",
6167
"url": "https://api.dify.ai/v1/completion-messages",
@@ -68,20 +74,17 @@ Demo:
6874
"responseFormat": "$.answer"
6975
},
7076
"responseAction": "Stream"
71-
}
72-
]
77+
}
7378
```
7479

75-
Notes: Dify API support by [#251](https://github.com/unit-mesh/auto-dev/issues/251), since 1.8.18 version
76-
7780
#### Coze Example
7881

7982

8083
```json
8184
[
8285
{
8386
"name": "CozeAI",
84-
"description": "Dify Example",
87+
"description": "Coze Example",
8588
"url": "https://api.coze.cn/v3/chat",
8689
"auth": {
8790
"type": "Bearer",

0 commit comments

Comments
 (0)