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
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