(agentId: string)
| 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); |
no outgoing calls
no test coverage detected