Returns an immutable instance of [ToolCallChunk].
public ToolCallChunk build()Returns an immutable instance of [ToolCallChunk]. Further updates to this [Builder] will not mutate the returned instance. The following fields are required:
.id()
.args()
.index()
.name()
IllegalStateException: if any required field is unset.