voiceagentprofile

package
v0.35.8 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: May 20, 2026 License: Apache-2.0 Imports: 2 Imported by: 0

Documentation

Index

Constants

View Source
const (
	DefaultID                = voicebehavior.DefaultID
	BrainstormingCompanionID = voicebehavior.BrainstormingCompanionID
	HumorCompanionID         = voicebehavior.HumorCompanionID
	SupportCompanionID       = voicebehavior.SupportCompanionID
)

Variables

This section is empty.

Functions

func NormalizeID

func NormalizeID(id string) string

Types

type Profile

type Profile struct {
	ID                string   `json:"id"`
	DisplayName       string   `json:"displayName"`
	Description       string   `json:"description,omitempty"`
	Voice             string   `json:"voice,omitempty"`
	FrameworkPrompt   string   `json:"frameworkPrompt,omitempty"`
	RoleID            string   `json:"roleId,omitempty"`
	DefaultSequenceID string   `json:"defaultSequenceId,omitempty"`
	BuiltIn           bool     `json:"builtIn,omitempty"`
	Tags              []string `json:"tags,omitempty"`
}

func BuiltInProfiles

func BuiltInProfiles() []Profile

func Resolve

func Resolve(id string) (Profile, bool)

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL