resolve_thread_id_from_run

Function resolve_thread_id_from_run 

Source
pub async fn resolve_thread_id_from_run(
    read_store: &dyn ThreadReader,
    run_id: &str,
) -> Result<Option<String>, ApiError>
Expand description

Resolve the thread id that a run belongs to.