BotSharp/src/Infrastructure/BotSharp.Abstraction/Realtime/IRealtimeHook.cs
2025-03-12 14:03:38 -05:00

7 lines
128 B
C#

namespace BotSharp.Abstraction.Realtime;
public interface IRealtimeHook
{
string[] OnModelTranscriptPrompt(Agent agent);
}