Class ToolInvocationRegistryImpl

Registry for all the function calls available to Agents.

Implements

Constructors

Properties

onDidChange: Event<void> = ...

Event that is fired whenever the registry changes (tool registered or unregistered).

onDidChangeEmitter: Emitter<void> = ...
providers: ContributionProvider<ToolProvider>
tools: Map<string, ToolRequest> = ...

Methods