ScoutOS Changelog
Changelog
Recent updates to the Scout platform.
- Copilot
Copilot 2.0
Copilot has been rebuilt from the ground up.
2.0 brings the powerful functionality of Scout directly to your website or application, providing an interactive assistant that enhances your user experience and improves engagement. Two lines of code is all you need.
Initial Activities
The
initial_activities
property allows you to set up the initial state of the Copilot chat by preloading messages and actions when the Copilot is initialized. This feature is useful for customizing the user’s first interaction with the Copilot, such as displaying a welcome message or suggesting common queries.Thinking Block
The new Thinking Block sends a “pending state” message to the Copilot client, giving the user context on the action being taken during that step of execution in the workflow that is generating the Scout Copilot response.
Copilot Message Block
This is similar to an LLM block. The connection to the Scout Copilot in the client is streaming, so you can send many messages in one workflow run using subsequent Copilot message blocks.
Deploy the Copilot 2.0 today with this guide.