Add runs to an annotation queue with the specified queue_id.
Provide exactly one of runs or run_ids:
runs (preferred): each entry carries the run's full lookup key
(run_id, session_id, start_time, and an optional
source_proposed_example_id). This lets the run be located directly,
without a scan, and is required for workspaces served by SmithDB.run_ids: a plain list of run IDs. This path is deprecated and will
be removed after Jan 31, 2027; prefer runs.
See https://docs.langchain.com/langsmith/smithdb-sdk-migration#annotation-queues-add-runs.The IDs of the runs to be added to the annotation queue.
The runs to add, each with its full lookup key.