You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/docs.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -38,7 +38,7 @@ The Prompt object is the core data model that contains the runtime context messa
38
38
<FeatureCards:cards="$frontmatter.model" />
39
39
40
40
## 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.
0 commit comments