Reasons why a Live API turn completed.
Values
:unspecified- Unspecified completion reason:malformed_function_call- The model emitted an invalid function call:response_rejected- The response was rejected by the service:need_more_input- The model requires more user input to continue
Summary
Types
@type t() :: :unspecified | :malformed_function_call | :response_rejected | :need_more_input | String.t()