AgentToolDtoType

August 7, 2026 ยท View on GitHub

Example Usage

import co.novu.models.components.AgentToolDtoType;

AgentToolDtoType value = AgentToolDtoType.BUILTIN;

// Open enum: use .of() to create instances from custom string values
AgentToolDtoType custom = AgentToolDtoType.of("custom_value");

Values

NameValue
BUILTINbuiltin
CUSTOMcustom