MCPcopy
hub / github.com/agentheroes/agentheroes / Params

Interface Params

packages/shared/agents/agent.provider.interface.ts:4–6  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2import Element = React.JSX.Element;
3
4export interface Params {
5 updateInformation: (p: any) => void
6}
7export interface AgentProviderInterface {
8 name: string;
9 type: NodeType;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected