File tree Expand file tree Collapse file tree 3 files changed +845
-1
lines changed Expand file tree Collapse file tree 3 files changed +845
-1
lines changed Original file line number Diff line number Diff line change @@ -438,6 +438,10 @@ export default {
438
438
title : "ماندگاری پیام در چتبات" ,
439
439
link : "/ai/ai-sdk-ui/chatbot-message-persistence"
440
440
} ,
441
+ {
442
+ title : "استفاده از tool در چتبات" ,
443
+ link : "/ai/ai-sdk-ui/chatbot-tool-usage"
444
+ } ,
441
445
] ,
442
446
443
447
'references' : [
Original file line number Diff line number Diff line change @@ -107,7 +107,7 @@ AI SDK UI در فریمورکهای <a href="https://liara.ir/landing/%D9%
107
107
108
108
109
109
<div className = " h-4" />
110
- <div className = " grid md:grid-cols-2 gap-4" >
110
+ <div className = " grid md:grid-cols-3 gap-4" >
111
111
{ [
112
112
{
113
113
title: " چت بات" ,
@@ -117,6 +117,10 @@ AI SDK UI در فریمورکهای <a href="https://liara.ir/landing/%D9%
117
117
title: " ماندگاری پیام در چتبات" ,
118
118
link: " /ai/ai-sdk-ui/chatbot-message-persistence"
119
119
},
120
+ {
121
+ title: " استفاده از tool در چتبات" ,
122
+ link: " /ai/ai-sdk-ui/chatbot-tool-usage"
123
+ },
120
124
].map (item =>
121
125
<Link href = { item .link } >
122
126
<Card className = " flex cursor-pointer w-full items-center justify-between" >
You can’t perform that action at this time.
0 commit comments