Skip to content

Commit

Permalink
Disable chat_retrieval and chatbot architectures (#231)
Browse files Browse the repository at this point in the history
Co-authored-by: Dan Orlando <daorlando@webmd.net>
  • Loading branch information
danorlando and Dan Orlando authored Oct 28, 2024
1 parent f3d277f commit 70ad1f2
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions stack/app/agents/configurable_agent.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
from langchain_core.runnables import (
ConfigurableField,
RunnableBinding,
RunnableSerializable
)
from langgraph.graph.message import Messages
from langgraph.pregel import Pregel
Expand Down Expand Up @@ -348,8 +349,8 @@ def __init__(
ConfigurableField(id="type", name="Bot Type"),
default_key="agent",
prefix_keys=True,
chatbot=chatbot,
chat_retrieval=chat_retrieval,
# chatbot=chatbot,
# chat_retrieval=chat_retrieval,
)
.with_types(
input_type=Messages,
Expand Down

0 comments on commit 70ad1f2

Please sign in to comment.