Create a batch of events
Please refer to our instrumentation guide for detailed information
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Default is false. If true, all events will be associated with the same session
Name of the session
Source of the session - production, staging, etc
Unique id of the session, if not set, it will be auto-generated
Associated configuration for the session
Input object passed to the session - user query, text blob, etc
Final output of the session - completion, chunks, etc
Any error description if session failed
Any user properties associated with the session
Any values computed over the output of the session
Any user feedback provided for the session output
Any system or application metadata associated with the session
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Body
Project associated with the event
Source of the event - production, staging, etc
Name of the event
Specify whether the event is of "model", "tool" or "chain" type
model
, tool
, chain
Unique id of the event, if not set, it will be auto-generated
Unique id of the session associated with the event, if not set, it will be auto-generated
Id of the parent event if nested
Id of events that are nested within the event
Associated configuration JSON for the event - model name, vector index name, etc
Input JSON given to the event - prompt, chunks, etc
Final output JSON of the event
Any error description if event failed
UTC timestamp (in milliseconds) for the event start
UTC timestamp (in milliseconds) for the event end
How long the event took in milliseconds
Any system or application metadata associated with the event
Any user feedback provided for the event output
Any values computed over the output of the event
Any user properties associated with the event
Default is false. If true, all events will be associated with the same session
Name of the session
Source of the session - production, staging, etc
Unique id of the session, if not set, it will be auto-generated
Associated configuration for the session
Input object passed to the session - user query, text blob, etc
Final output of the session - completion, chunks, etc
Any error description if session failed
Any user properties associated with the session
Any values computed over the output of the session
Any user feedback provided for the session output
Any system or application metadata associated with the session