Skip to main content

LLMGenerationStartedEvent

Event emitted when a generation run starts. The event context identifies the associated conversation.

Usage profiles​

UsageFields and validation
In webhook payloadsView fields

In webhook payloads​

Webhook JSON uses protobuf field names (snake_case).

FieldTypePresenceMeaning
event_contextEventContextOptionalEvent provenance and routing metadata associated with the emitted event.
run_idstringOptionalUnique identifier for the workflow run
configGenerationConfigOptionalOptional snapshot of generation configuration used for this run
starting_sequencestring (int64)OptionalConversation sequence number at the moment the run started (if known) Pattern: ^-?\d+$.

Where used​

ReferenceRelationship
llm.generation_startedWebhook JSON uses protobuf field names (snake_case).

Download the public reference contract.

Document: DOC-API-MODEL-llm-generation-started-event.