Context
Change Type: Preview
Product area: Analytics
Component: Streaming Analytics
Deployed at:
Technical details
Build artifact: apama-in-c8y (27.40.0)
Internal ID: PAB-5074
Description
A new AI Agent block has been added to Analytics Builder. This block queries an AI Agent Manager agent using its inputs and produces the agent’s text response as output.
Preview
This feature is in Public Preview, that is, it is not enabled by default and may be subject to change in the future.
Note: This block produces its output asynchronously after the input activation completes. If you wire this output alongside outputs from other blocks into the same downstream block, they will trigger that block in separate activations rather than being processed together.
This block has the following parameters:
- Agent name: The agent to use in the AI Agent Manager.
- Prompt template: The prompt template to use when querying the agent. The block inputs will be mapped into this template using variables like {{inputs[0]}}, {{inputs[1]}}.