Gemini.Types.Live.Enums.ActivityHandling (GeminiEx v0.9.1)

Copy Markdown View Source

The different ways of handling user activity.

Values

  • :unspecified - Default behavior is START_OF_ACTIVITY_INTERRUPTS
  • :start_of_activity_interrupts - Start of activity will interrupt the model's response (barge in)
  • :no_interruption - The model's response will not be interrupted

Summary

Types

t()

@type t() :: :unspecified | :start_of_activity_interrupts | :no_interruption

Functions

from_api(arg1)

@spec from_api(String.t() | nil) :: t() | nil

to_api(atom)

@spec to_api(t()) :: String.t()