Public Access
Implement meeting assistant v1
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
namespace MeetingAssistant.MeetingNotes;
|
||||
|
||||
public sealed record MeetingSessionArtifacts(
|
||||
string MeetingNotePath,
|
||||
string TranscriptPath,
|
||||
string AssistantContextPath,
|
||||
string SummaryPath);
|
||||
Reference in New Issue
Block a user