MCPcopy Index your code
hub / github.com/CopilotKit/CopilotKit / getSuggestions

Method getSuggestions

packages/angular/src/lib/copilotkit.ts:524–528  ·  view source on GitHub ↗
(agentId: string)

Source from the content-addressed store, hash-verified

522 }
523
524 getSuggestions(agentId: string): CopilotKitCoreGetSuggestionsResult {
525 return (
526 this.#suggestionsByAgent()[agentId] ?? this.core.getSuggestions(agentId)
527 );
528 }
529
530 #isSameAgentId<T extends { agentId?: string }>(
531 target: T,

Callers 3

constructorMethod · 0.45
constructorMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected