Inference Events
InferenceEvents streams events for all the chat related inference activities within a conversation session. The request must include the session identifier.
HTTP Mapping: POST “/v1/conversation/inference/events”
Request
This endpoint expects an object.
name
The resource name of the session to stream events from.
Response
OK
eventType
The type of event (e.g., “token_stream_start”).
data
The data associated with the event, often as a JSON string.
Errors
400
Bad Request Error