ChatFollowupProvider
Will be invoked once after each request to get suggested followup questions to show the user. The user can click the followup to send it to the chat.
Functions
Link copied to clipboard
abstract fun provideFollowups(result: ChatResult, context: ChatContext, token: CancellationToken): ProviderResult<ReadonlyArray<ChatFollowup>>
Provide followups for the given result.