DomainToolPredicate

Predicate for filtering domain tool candidates.

This functional interface allows you to control whether a domain object should contribute its @LlmTool methods based on the object and current agent process.

Parameters

T

The domain class type

Types

Link copied to clipboard
object Companion

Functions

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
abstract override fun test(artifact: T, agentProcess: AgentProcess?): Boolean