Specification of the agent defined by the pool provider.

interface AgentSpecification {
    identifier?: string;
}

Properties

Properties

identifier?: string

Agent specification unique identifier.