Configuration for dynamic agents.

interface DynamicAgentConfig {
    type?: "dynamic";
    [k: string]: unknown;
}

Indexable

  • [k: string]: unknown

Properties

Properties

type?: "dynamic"

Used as the OpenAPI type discriminator for the content oneof.