emitToolCallDelta

suspend fun emitToolCallDelta(id: String? = null, name: String? = null, args: String? = null, index: Int? = null)(source)

Updates the coroutine context to signal we're currently combining a tool call, this does not emit anything yet, that happens only in tryEmitPendingToolCall.

Throws