Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: Danny Banks <djb@amazon.com>
  • Loading branch information
atierian and dbanksdesign authored Nov 22, 2024
1 parent 38639a8 commit 53184f1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ There are two main types within the conversation flow, `Conversation` and `Messa

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.

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

| Property/Method | Type | Description |
|------------------|:-------|:-------------|
Expand Down

0 comments on commit 53184f1

Please sign in to comment.