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