@agentshelf/external-agents-sdk / ExternalAgentEnsureInput
Type Alias: ExternalAgentEnsureInput
type ExternalAgentEnsureInput = {
capabilities?: RuntimeCapabilityProfile | JsonObject;
forceRefresh?: boolean;
hostContext?: RuntimeHostContext | JsonObject;
};
Properties
capabilities?
optional capabilities?: RuntimeCapabilityProfile | JsonObject;
forceRefresh?
optional forceRefresh?: boolean;
hostContext?
optional hostContext?: RuntimeHostContext | JsonObject;