Skip to content

Documentation / @agentick/shared / ModelRequestEvent

Type Alias: ModelRequestEvent

ModelRequestEvent = object & StreamEventBase

Defined in: streaming.ts:579

DevTools event: Model request (Agentick format input)

Type Declaration

executionId?

optional executionId: string

input

input: unknown

The input sent to the model (Agentick format)

modelId?

optional modelId: string

Model identifier

type

type: "model_request"

Released under the ISC License.