Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions docs/getting-started/overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ The framework-agnostic core of TanStack AI provides the building blocks for crea
TanStack AI lets you define a tool once and provide environment-specific implementations. Using `toolDefinition()` to declare the tool’s input/output types and the server behavior with `.server()` (or a client implementation with `.client()`). These isomorphic tools can be invoked from the AI runtime regardless of framework.

```typescript
import { toolDefinition } from '@tanstack/ai'
import { toolDefinition, chat } from '@tanstack/ai'

// Define a tool
const getProductsDef = toolDefinition({
Expand Down Expand Up @@ -94,4 +94,4 @@ With the help of adapters, TanStack AI can connect to various LLM providers. Ava

- [Quick Start Guide](./quick-start) - Get up and running in minutes
- [Tools Guide](../guides/tools) - Learn about the isomorphic tool system
- [API Reference](../api/ai) - Explore the full API
- [API Reference](../api/ai) - Explore the full API