Hi everyone,
I’m working on an AI Agent in Palantir AIP, and I came across the Action Type Tool. I want to understand its purpose and how to use it in an AI agent.
Specifically:
Does it allow modifying the Ontology?
If yes, how can I use it to update entity properties or relationships dynamically?
Any examples or documentation links would be greatly appreciated.
In AIP Agents, the agent can have the ability to run Actions via the Action Tool. The Action tool allows you to run any Action via the agent framework. You can set this action to “Automatic” or “Manual.” In the “Manual” case the agent will pre-fill in properties the Action requires and ask the user to confirm and allow modifying any pre-filled properties before running the Action. In the “Automatic” case the agent will automatically apply the Action based on the system prompt and the user input in the UI. In both cases, the agent will request more information from the user if it needs more information to provide to the Action in order to run it.