Type Alias: ToolEvent
type ToolEvent = z.infer<typeof ToolEventSchema>;
Defined in: src/models/tool-event.ts:26
Tool/function call event with optional input and output strings.
type ToolEvent = z.infer<typeof ToolEventSchema>;
Defined in: src/models/tool-event.ts:26
Tool/function call event with optional input and output strings.