Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(js): Add method to get size of annotation queue (#1377)
This PR introduces functionality to use the LangSmith JS SDK to retrieve the total number of runs in an annotation queue. I came across the following endpoints in the LangSmith API documentation (Redoc link) but am unsure which one is appropriate for this purpose: /api/v1/annotation-queues/{queue_id}/total_size /api/v1/annotation-queues/{queue_id}/size
- Loading branch information