Skip to content

Commit a8b7631

Browse files
committed
updats
1 parent 8ae737e commit a8b7631

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -343,7 +343,7 @@ Response components are a way to define custom UI components that the LLM can re
343343
/>
344344
```
345345

346-
Because response components are just plain React components, they can have their own state, fetch data, really do anything you can think of. You can pair response components with [data tools](/[platform]/ai/conversation/tools), so the LLM can query for some data and then use a component to display that data. Or your response component could fetch data itself and the LLM just needs to pass in certain props based on the user's message.
346+
Response components are just plain React components; they can have their own interactive state, fetch data, update shared state, or really anything you can think of. You can pair response components with [data tools](/[platform]/ai/conversation/tools), so the LLM can query for some data and then use a component to display that data. Or your response component could fetch data itself.
347347

348348
### Adding a fallback
349349

0 commit comments

Comments
 (0)