Skip to content

Commit e94b79b

Browse files
authored
Fix grammar and clarity in message templates section (#237)
1 parent 9529aab commit e94b79b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/docs.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ The Prompt object is the core data model that contains the runtime context messa
3838
<FeatureCards :cards="$frontmatter.model" />
3939

4040
## View: Message templates
41-
Messages are rendered by the Agent's actions when `prompt` is called. This `prompt` method triggers Action Prompt to render Action View templates into the formatted prompt's messages. are responsible for presenting the prompt context and its associated data to the agent and user. They define the structure and layout of the messages that are displayed in the user interface. Message templates can be customized to fit the specific needs of your application and can include dynamic content based on the prompt context.
41+
Messages are rendered by the Agent's actions when `prompt` is called. This `prompt` method triggers Action Prompt to render Action View templates into the formatted prompt's messages. These templates are responsible for presenting the prompt context and its associated data to the agent and user. They define the structure and layout of the messages that are displayed in the user interface. Message templates can be customized to fit the specific needs of your application and can include dynamic content based on the prompt context.
4242

4343
<FeatureCards :cards="$frontmatter.view" />
4444

0 commit comments

Comments
 (0)