Skip to main content

AddedRequest

Information about a request that was successfully added to a request queue.

Index

Properties

model_config

model_config: Undefined

request_id

request_id: str

A unique identifier assigned to the request.

unique_key

unique_key: str

A unique key used for request de-duplication. Requests with the same unique key are considered identical.

was_already_handled

was_already_handled: bool

Indicates whether a request with the same unique key has already been processed by the request queue.

was_already_present

was_already_present: bool

Indicates whether a request with the same unique key already existed in the request queue. If true, no new request was created.