Skip to content
Draft
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions tutorials/signals-personalize-travel/personalizing-agent.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@ When a user asks the agent a question, the system fetches the attribute values f

A toggle button on the chat widget allows you to enable or disable the tool call so you can see the difference in responses with and without Signals personalization.

Signals can also assemble this personalization context for you: an [agentic context](/docs/signals/agentic-contexts/) captures a user's recent in-session activity, which you can [retrieve](/docs/signals/applications/agentic-contexts/) as a plain-language narrative. This tutorial uses attributes.

## Data flow

<Mermaid value={`
Expand Down