Tool descriptions help your agent decide when and how to use each tool. Up to three levels of descriptions can be provided.

Internal Description

Dataiku Managed - Uneditable, built-in description. Based on the tool configuration.

{{ toolDescriptionModal.internalDescription }}
{{ !showInternalDescription ? 'See' : 'Hide' }} internal description
Global Tool Description

Adds general instructions for all users of this tool.

{{ toolDescriptionModal.globalDescription || "(not set)" }}
{{ !showGlobalDescription ? 'See' : 'Hide' }} global tool description
Agent-Specific Description

Provides more tailored guidance for this agent's task.

{{ toolDescriptionModal.agentSpecificDescription || "(not set)" }}
{{ !showAgentSpecificDescription ? 'See' : 'Hide' }} agent-specific description

Provides more tailored guidance for the agent's task. Can be edited on the agent's page.

These are concatenated in order to provide the final description that is sent to the agent.
Hide all See all