Static
Readonly
The key path from the client. For example, a resource accessible as client.resource.subresource would have a property static override readonly _key = Object.freeze(['resource', 'subresource'] as const);.
client.resource.subresource
static override readonly _key = Object.freeze(['resource', 'subresource'] as const);
Creates a new Agent (Typed version for SDK).
Optional
Deletes an Agent.
Gets a specific Agent.
Lists all Agents.
The key path from the client. For example, a resource accessible as
client.resource.subresourcewould have a propertystatic override readonly _key = Object.freeze(['resource', 'subresource'] as const);.