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

Method clearSuggestions

packages/core/src/core/core.ts:870–872  ·  view source on GitHub ↗
(agentId: string)

Source from the content-addressed store, hash-verified

868 }
869
870 clearSuggestions(agentId: string): void {
871 this.suggestionEngine.clearSuggestions(agentId);
872 }
873
874 getSuggestions(agentId: string): CopilotKitCoreGetSuggestionsResult {
875 return this.suggestionEngine.getSuggestions(agentId);

Callers 6

useSuggestionsFunction · 0.45
useCopilotChatInternalFunction · 0.45
runAgentMethod · 0.45
clearSuggestionsFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected