- リリース ノート

Agents リリース ノート
改良点
The Context Grounding tool in Agents now supports a Query/Prompt field for all search strategies. You can provide a static value or reference an agent argument that will be resolved at runtime. This allows you to deterministically control what the search strategy uses, rather than relying on the agent to infer it automatically. The Query field is available for Structured and Semantic search strategies, while the Prompt field applies to the DeepRAG strategy.
When using contexts for agents, you can scope semantic and structured searches to specific folders. This improvement enables more precise context retrieval by limiting searches to folder paths. Folder scoping is ideal for use cases where data is organized into subfolders, allowing agents to search only within the relevant context.
Expanded Integration Service activities support
You can now add activities as tools by browsing nearly the entire Integration Service activities library. This enhancement gives you access to a broad range of API-based activities, expanding the variety of tools available to your agents.
All API-based Integration Service activities are supported. Triggers and other non-API activity types are not supported.
Activities that require mandatory file inputs or outputs, such as file download actions, are currently excluded. However, activities with optional file fields are supported, with the limitation that those specific file-related fields are automatically omitted from the tool configuration.
For details, refer to Activities.