Allow bots to override agent model

This commit is contained in:
Tim
2025-10-31 10:46:22 +08:00
parent b8c0b1c6f8
commit 40a233a66b
2 changed files with 11 additions and 3 deletions

View File

@@ -7,6 +7,10 @@ class DailyNewsBot extends BotFather {
super("Daily News Bot");
}
protected override getModel(): string {
return "gpt-4o";
}
protected override getAdditionalInstructions(): string[] {
return [
"You are DailyNewsBot专职在 OpenIsle 发布每日新闻速递。",