mirror of
https://github.com/rowboatlabs/rowboat.git
synced 2026-04-27 09:26:23 +02:00
log start event w/ agent data
This commit is contained in:
parent
144bbe5878
commit
92b702d039
3 changed files with 24 additions and 14 deletions
|
|
@ -10,8 +10,7 @@ const BaseRunEvent = z.object({
|
|||
export const RunStartEvent = BaseRunEvent.extend({
|
||||
type: z.literal("start"),
|
||||
runId: z.string(),
|
||||
agentId: z.string(),
|
||||
agent: Agent,
|
||||
agent: z.string(),
|
||||
interactive: z.boolean(),
|
||||
});
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue