withSessionId

expect suspend fun <T> withSessionId(id: String, block: suspend ERROR CLASS: Symbol not found for CoroutineScope.() -> T): T(source)

Executes the block with a sessionId set. Has no effect on W&B Weave.

actual suspend fun <T> withSessionId(id: String, block: suspend CoroutineScope.() -> T): T(source)