Skip to content

Commit 85fa33a

Browse files
committed
Incorporate the feedback
1 parent 3a15e51 commit 85fa33a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

content/en/docs/marketplace/genai/reference-guide/agent-editor.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -234,7 +234,7 @@ The output is a `GenAICommons.Response` object, aligned with the GenAI Commons a
234234

235235
### Including the Agent in a Conversational User Interface (#conversational-ui)
236236

237-
Pages and Snippets are building blocks for chat-type UI patterns that exist in the [ConversationalUI module](/appstore/modules/genai/genai-for-mx/conversational-ui/). The central entity here is the `ChatContext`, which represents a user-agent chat session. When using the Agent Editor, in order to instantiate a new `ChatContext`, use the **New Chat for Agent** action in the microflow that opens your chat page and passes the Agent document. For more details, refer to the [Conversational UI patterns](/appstore/modules/genai/genai-for-mx/conversational-ui/#chat-context-operations).
237+
Pages and Snippets are building blocks for chat-type UI patterns that exist in the [ConversationalUI module](/appstore/modules/genai/genai-for-mx/conversational-ui/). The central entity here is the `ChatContext`, which represents a user-agent chat session. When using the Agent Editor, in order to instantiate a new `ChatContext`, use the **New Chat for Agent** action in the microflow to open the chat page and pass the Agent document. Configure the Agent document as the input parameter for this action. For more details, refer to [Conversational UI patterns](/appstore/modules/genai/genai-for-mx/conversational-ui/#chat-context-operations).
238238

239239
### Deploying the Agent to Cloud Environments {#deploy-agent}
240240

0 commit comments

Comments
 (0)