7 lines
128 B
C#
7 lines
128 B
C#
namespace BotSharp.Abstraction.Realtime;
|
|
|
|
public interface IRealtimeHook
|
|
{
|
|
string[] OnModelTranscriptPrompt(Agent agent);
|
|
}
|