Synaptic.Voice.Persona (synaptic v0.3.0-alpha.10)

View Source

Code-defined identity and conversational behavior for a voice assistant.

Summary

Types

t()

@type t() :: %Synaptic.Voice.Persona{
  instructions: [String.t()],
  languages: [String.t()],
  limitations: [String.t()],
  name: String.t(),
  purpose: String.t(),
  role: String.t(),
  tone: String.t()
}

Functions

new!(persona)