LangchainPrompt.Profiles.TestImpl (LangchainPrompt v0.1.0)

Copy Markdown View Source

Test implementation of LangchainPrompt.Profiles. Always returns the LangchainPrompt.Adapters.Test adapter, so no real LLM calls are made.

Configure in config/test.exs:

config :langchain_prompt, :profiles_impl, LangchainPrompt.Profiles.TestImpl

Summary

Functions

get(profile_name)