Skip to content

add ConversationTimeoutService #205

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Nov 15, 2023

Conversation

seplz
Copy link
Contributor

@seplz seplz commented Nov 10, 2023

No description provided.

Comment on lines +68 to +70
foreach (var hook in hooks)
{
await hook.OnConversationEnding(response);
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Should we have a flag to mark the conversation has been triggered hook.OnConversationEnding ?
Otherwise next time this conversation will be triggered again?

@Oceania2018 Oceania2018 merged commit 4f5d8fc into SciSharp:master Nov 15, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants