upsertToolCall
suspend fun upsertToolCall(index: Int, id: String? = null, name: String? = null, args: String? = 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
if there is