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