Add finalize function to processor
This commit is contained in:
@@ -21,3 +21,10 @@ class ChatProcessor:
|
||||
}
|
||||
'''
|
||||
pass
|
||||
|
||||
def finalize(self, *args, **kwargs):
|
||||
'''
|
||||
Interface for finalizing the process.
|
||||
Called when chat fetching finished.
|
||||
'''
|
||||
pass
|
||||
|
||||
Reference in New Issue
Block a user