diff --git a/src/Infrastructure/BotSharp.Abstraction/Instructs/IInstructService.cs b/src/Infrastructure/BotSharp.Abstraction/Instructs/IInstructService.cs index 7e59ecea1..e6a659cc7 100644 --- a/src/Infrastructure/BotSharp.Abstraction/Instructs/IInstructService.cs +++ b/src/Infrastructure/BotSharp.Abstraction/Instructs/IInstructService.cs @@ -18,9 +18,9 @@ public interface IInstructService /// A generic way to execute completion by using specified instruction or template /// /// - /// - /// - /// + /// Prompt + /// Agent id + /// Llm Provider, model, message, prompt data /// Task Instruct(string instruction, string agentId, InstructOptions options) where T : class; }