Skip to content

Commit 994fa81

Browse files
authored
docs: add ai/agents
Myai
2 parents 6ad7004 + 9f16835 commit 994fa81

File tree

4 files changed

+675
-1
lines changed

4 files changed

+675
-1
lines changed

src/components/Sidebar/data.js

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,8 @@ import {
6666
GoXCircle,
6767
GoPaperAirplane,
6868
GoTools,
69+
GoKebabHorizontal,
70+
GoMortarBoard,
6971
GoIterations,
7072
GoSignOut,
7173
GoReply,
@@ -316,6 +318,16 @@ export default {
316318
icon: <GoTools />,
317319
link: "/ai/foundations/tools"
318320
},
321+
{
322+
title: "قابلیت استریم (Streaming)",
323+
icon: <GoKebabHorizontal />,
324+
link: "/ai/foundations/streaming"
325+
},
326+
{
327+
title: "Agentها (عامل‌ها)",
328+
icon: <GoMortarBoard />,
329+
link: "/ai/foundations/agents"
330+
},
319331

320332

321333

0 commit comments

Comments
 (0)