Skip to content

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?

optional executionId: string

messages?

optional messages: unknown[]

Messages in the conversation

system?

optional system: string

System prompt / instructions

tools?

optional tools: object[]

Available tools

type

type: "compiled"

Released under the ISC License.