Public Access
Add meeting workflow automation
This commit is contained in:
@@ -25,6 +25,14 @@ public interface IMeetingArtifactStore
|
||||
MeetingSessionArtifacts artifacts,
|
||||
AssistantContextState state,
|
||||
CancellationToken cancellationToken);
|
||||
|
||||
Task AppendAssistantContextAsync(
|
||||
MeetingSessionArtifacts artifacts,
|
||||
string content,
|
||||
CancellationToken cancellationToken)
|
||||
{
|
||||
return Task.CompletedTask;
|
||||
}
|
||||
}
|
||||
|
||||
public enum AssistantContextState
|
||||
|
||||
Reference in New Issue
Block a user