mirror of
https://github.com/rowboatlabs/rowboat.git
synced 2026-05-01 19:32:40 +02:00
add agent description
This commit is contained in:
parent
7670c48867
commit
d59c8d53c6
2 changed files with 18 additions and 2 deletions
|
|
@ -36,6 +36,7 @@ export const AgentScheduleEntry = z.object({
|
|||
schedule: ScheduleDefinition,
|
||||
enabled: z.boolean().optional().default(true),
|
||||
startingMessage: z.string().optional(), // Message sent to agent when run starts (defaults to "go")
|
||||
description: z.string().optional(), // Brief description of what the agent does (for UI display)
|
||||
});
|
||||
|
||||
export const AgentScheduleConfig = z.object({
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue