Copilot Pre-built Agents¶
Insights Hub Copilot comes with a set of pre-built agents for data access and other basic capabilities. You can use these pre-built agents as they are, or copy them and enhance them with your own custom skills. Refer to create custom agents and skills for further instructions.
This section provides information on the provided pre-built agents.
Knowledge Base¶
Quickly find and summarize information from your documents.
This agent uses as documentation base files in Integrated Data Lake, which have been tagged with a specific copilot
tag. Furthermore, it answers questions related to the documentation which is used.
For more information, refer to Knowledge Base Agent
Data Exploration¶
Explore data from assets, events, time series and cases.
For example you can ask:
- Give me information about asset xyz.
- What are the last 5 events in my tenant with severity error?
- Which events occurred on my asset recently?
- Give me the latest timeseries values for Aspect x / Variable y.
- Create a Case with the title "Maintenance required" and description "The 'Pump Fresh Water' needs maintenance to solve the problem xyz."
- Do you have a Case related to "Maintenance required"?
For more information, refer to Explore Data Agent
Data Analysis¶
Analyzes raw or aggregated timeseries data.
This agent is useful in Explore > Assets > Time Series
and is the default in Analyze > Time Series
. This works best when the app context is enabled, because it uses then the asset, selected variables and time range from the application.
For example you can ask:
- Give me the min/ max values for the given time range.
- Detect and summarize trends and patterns.
- Detect time series anomalies with correlated events.
- Detect patterns and summarize the events.
For more information, refer to Analyze Data Agent