Skip to content

Commit 53184f1

Browse files
Apply suggestions from code review
Co-authored-by: Danny Banks <[email protected]>
1 parent 38639a8 commit 53184f1

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ There are two main types within the conversation flow, `Conversation` and `Messa
3939

4040
A `Conversation` is an instance of a chat session between an application user and an LLM. It contains data and methods for interacting with the conversation. A conversation has a one-to-many relationship with its messages.
4141

42-
The `Conversation` type is accessible via `Schema['myChat']['type']` type definition.
42+
The `Conversation` type is accessible via `Schema['myChat']['type']` type definition, where `'myChat'` is the name of the conversation route in your data schema.
4343

4444
| Property/Method | Type | Description |
4545
|------------------|:-------|:-------------|

0 commit comments

Comments
 (0)