feat(cron): allow users to associate cron jobs with specific agents (#835)
This commit is contained in:
committed by
GitHub
Unverified
parent
49518300dc
commit
87ab12849c
@@ -29,6 +29,7 @@
|
||||
"taskNamePlaceholder": "e.g., Morning briefing",
|
||||
"message": "Message / Prompt",
|
||||
"messagePlaceholder": "What should the AI do? e.g., Give me a summary of today's news and weather",
|
||||
"agent": "Agent",
|
||||
"schedule": "Schedule",
|
||||
"cronPlaceholder": "Cron expression (e.g., 0 9 * * *)",
|
||||
"usePresets": "Use presets",
|
||||
|
||||
@@ -29,6 +29,7 @@
|
||||
"taskNamePlaceholder": "例:朝のブリーフィング",
|
||||
"message": "メッセージ / プロンプト",
|
||||
"messagePlaceholder": "AIに何をさせますか? 例:今日のニュースと天気のまとめを作成",
|
||||
"agent": "エージェント",
|
||||
"schedule": "スケジュール",
|
||||
"cronPlaceholder": "Cron式(例:0 9 * * *)",
|
||||
"usePresets": "プリセットを使用",
|
||||
|
||||
@@ -29,6 +29,7 @@
|
||||
"taskNamePlaceholder": "напр., Утренняя сводка",
|
||||
"message": "Сообщение / Промпт",
|
||||
"messagePlaceholder": "Что должен сделать AI? напр., Дай мне сводку новостей и погоды на сегодня",
|
||||
"agent": "Агент",
|
||||
"schedule": "Расписание",
|
||||
"cronPlaceholder": "Cron-выражение (напр., 0 9 * * *)",
|
||||
"usePresets": "Использовать пресеты",
|
||||
|
||||
@@ -29,6 +29,7 @@
|
||||
"taskNamePlaceholder": "例如:早间简报",
|
||||
"message": "消息/提示词",
|
||||
"messagePlaceholder": "AI 应该做什么?例如:给我一份今天的新闻和天气摘要",
|
||||
"agent": "智能体",
|
||||
"schedule": "调度计划",
|
||||
"cronPlaceholder": "Cron 表达式 (例如:0 9 * * *)",
|
||||
"usePresets": "使用预设",
|
||||
|
||||
Reference in New Issue
Block a user