We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 6ad7004 + 9f16835 commit 994fa81Copy full SHA for 994fa81
src/components/Sidebar/data.js
@@ -66,6 +66,8 @@ import {
66
GoXCircle,
67
GoPaperAirplane,
68
GoTools,
69
+ GoKebabHorizontal,
70
+ GoMortarBoard,
71
GoIterations,
72
GoSignOut,
73
GoReply,
@@ -316,6 +318,16 @@ export default {
316
318
icon: <GoTools />,
317
319
link: "/ai/foundations/tools"
320
},
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
331
332
333
0 commit comments