They can now answer
This commit is contained in:
@@ -2,10 +2,12 @@
|
||||
|
||||
namespace TelegramBot;
|
||||
|
||||
public class Agent(Actor actor, long telegramId, string name, string username, TelegramBotClient bot) {
|
||||
public class Agent(Actor actor, long telegramId, string name, string username, TelegramBotClient bot, string systemPrompt, int tokenLenght) {
|
||||
public Actor Actor { get; } = actor;
|
||||
public long TelegramId { get; } = telegramId;
|
||||
public string Username { get; } = username;
|
||||
public string Name { get; } = name;
|
||||
public TelegramBotClient Bot { get; } = bot;
|
||||
public string SystemPrompt { get; } = systemPrompt;
|
||||
public int SystemPromptLength { get; } = tokenLenght;
|
||||
}
|
||||
Reference in New Issue
Block a user