Skip to content

Commit 64d0bf5

Browse files
Update index.mdx
Co-authored-by: Danny Banks <[email protected]>
1 parent 07a979b commit 64d0bf5

File tree

1 file changed

+1
-1
lines changed
  • src/pages/[platform]/ai/conversation/connect-your-frontend

1 file changed

+1
-1
lines changed

src/pages/[platform]/ai/conversation/connect-your-frontend/index.mdx

+1-1
Original file line numberDiff line numberDiff line change
@@ -314,7 +314,7 @@ const { data: message, errors } = await chat.sendMessage('Hello, world!', {
314314

315315
#### Tool Configuration
316316

317-
The `toolConfiguration` argument allows you to optionally pass a client tool configuration to the AI assistant with a user message. See the [Tools concept page](/ai/concepts/tools) and [Tools guide](/ai/conversation/tools/) for more information on how tools works.
317+
The `toolConfiguration` argument allows you to optionally pass a client tool configuration to the AI assistant with a user message. See the [Tools concept page](/[platform]/ai/concepts/tools) and [Tools guide](/[platform]/ai/conversation/tools/) for more information on how tools works.
318318

319319
<Callout type="info">
320320
Client tools are conceptually the same as data tools and lambda executable tools. They are API definitions provided to an LLM alongside a user message. The LLM can use the provided tool configuration to decide which tool (if any) to call in order to better respond to the user. However, there's an important distinction with client tools -- you are responsible for implementing the tool execution logic and responding to the AI assistant with the tool's response.

0 commit comments

Comments
 (0)