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

IntelliMonad.Tools.Utils

Documentation

toolExec' :: forall t p m. (PersistentBackend p, MonadIO m, MonadFail m, Tool t, FromJSON t, ToJSON (Output t)) => Text -> Text -> Text -> Text -> Prompt m (Maybe Content) Source #

(<||>) :: forall m. (MonadIO m, MonadFail m) => (Text -> Text -> Text -> Text -> Prompt m (Maybe Content)) -> (Text -> Text -> Text -> Text -> Prompt m (Maybe Content)) -> Text -> Text -> Text -> Text -> Prompt m (Maybe Content) Source #