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.
namestringRequired
The resource name of the session to stream events from.

Response

OK
eventTypestringRead-only

The type of event (e.g., “token_stream_start”).

datastringRead-only
The data associated with the event, often as a JSON string.

Errors

400
Bad Request Error