Skip to content

Commit 48c6ae0

Browse files
committed
update
1 parent af0c0fe commit 48c6ae0

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

app/(home)/page.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ export default function HomePage() {
100100

101101
{/* Feature Grid */}
102102
<div className="grid md:grid-cols-2 lg:grid-cols-3 gap-6 mb-12">
103-
<Link href="/docs/features/model-selector" className="block">
103+
<Link href="/docs/v3#switch-to-modelsdev-provider-model-configuration" className="block">
104104
<Card className="bg-white dark:bg-slate-900 border-slate-200 dark:border-slate-700 hover:border-blue-400 dark:hover:border-blue-500 transition-colors cursor-pointer h-full">
105105
<CardHeader>
106106
<CardTitle className="flex items-center gap-2 text-slate-900 dark:text-slate-100">

content/docs/extensions/tools.mdx

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,10 @@ View all registered tools and their definitions at `/tools` page via the left si
8383

8484
When tools are used within AI Requests a special UI is used to render tool calls and responses.
8585

86+
## Core Tools
87+
88+
See the [built-in core_tools](/docs/features/core-tools) functionality enabling LLMs to interact with their environment, perform calculations, and manage persistent data.
89+
8690
---
8791

8892
## Available Tools

0 commit comments

Comments
 (0)