Documentation / @agentick/shared / CompiledEvent
Type Alias: CompiledEvent
CompiledEvent =
object&StreamEventBase
Defined in: streaming.ts:565
DevTools event: Compiled context (after JSX compilation, before model call)
Type Declaration
executionId?
optionalexecutionId:string
messages?
optionalmessages:unknown[]
Messages in the conversation
system?
optionalsystem:string
System prompt / instructions
tools?
optionaltools:object[]
Available tools
type
type:
"compiled"