intelli-monad-0.1.0.2: Type level prompt with openai.
Safe HaskellSafe-Inferred
LanguageHaskell2010

IntelliMonad.Tools.TextToSpeech

Documentation

data TextToSpeech Source #

Constructors

TextToSpeech 

Fields

Instances

Instances details
FromJSON TextToSpeech Source # 
Instance details

Defined in IntelliMonad.Tools.TextToSpeech

ToJSON TextToSpeech Source # 
Instance details

Defined in IntelliMonad.Tools.TextToSpeech

Generic TextToSpeech Source # 
Instance details

Defined in IntelliMonad.Tools.TextToSpeech

Associated Types

type Rep TextToSpeech :: Type -> Type #

Show TextToSpeech Source # 
Instance details

Defined in IntelliMonad.Tools.TextToSpeech

Eq TextToSpeech Source # 
Instance details

Defined in IntelliMonad.Tools.TextToSpeech

HasFunctionObject TextToSpeech Source # 
Instance details

Defined in IntelliMonad.Tools.TextToSpeech

JSONSchema TextToSpeech Source # 
Instance details

Defined in IntelliMonad.Tools.TextToSpeech

Methods

schema :: Schema Source #

Tool TextToSpeech Source # 
Instance details

Defined in IntelliMonad.Tools.TextToSpeech

Associated Types

data Output TextToSpeech Source #

FromJSON (Output TextToSpeech) Source # 
Instance details

Defined in IntelliMonad.Tools.TextToSpeech

ToJSON (Output TextToSpeech) Source # 
Instance details

Defined in IntelliMonad.Tools.TextToSpeech

Generic (Output TextToSpeech) Source # 
Instance details

Defined in IntelliMonad.Tools.TextToSpeech

Associated Types

type Rep (Output TextToSpeech) :: Type -> Type #

Show (Output TextToSpeech) Source # 
Instance details

Defined in IntelliMonad.Tools.TextToSpeech

Eq (Output TextToSpeech) Source # 
Instance details

Defined in IntelliMonad.Tools.TextToSpeech

type Rep TextToSpeech Source # 
Instance details

Defined in IntelliMonad.Tools.TextToSpeech

type Rep TextToSpeech = D1 ('MetaData "TextToSpeech" "IntelliMonad.Tools.TextToSpeech" "intelli-monad-0.1.0.2-7aLMpsbCxFoFMlNn6ntog1" 'False) (C1 ('MetaCons "TextToSpeech" 'PrefixI 'True) (S1 ('MetaSel ('Just "script") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))
data Output TextToSpeech Source # 
Instance details

Defined in IntelliMonad.Tools.TextToSpeech

type Rep (Output TextToSpeech) Source # 
Instance details

Defined in IntelliMonad.Tools.TextToSpeech

type Rep (Output TextToSpeech) = D1 ('MetaData "Output" "IntelliMonad.Tools.TextToSpeech" "intelli-monad-0.1.0.2-7aLMpsbCxFoFMlNn6ntog1" 'False) (C1 ('MetaCons "TextToSpeechOutput" 'PrefixI 'True) (S1 ('MetaSel ('Just "code") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Int) :*: (S1 ('MetaSel ('Just "stdout") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 String) :*: S1 ('MetaSel ('Just "stderr") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 String))))