Igor Drozdov
Results
5
issues of
Igor Drozdov
If a client-defined route contains `doc` word, then the call to that URL will be unexpectedly performed Let's filter the routes using `swagger_doc` instead
I used the following example to validate the behavior ```python from langchain_core.prompts import ChatPromptTemplate from langchain_core.runnables import ConfigurableField from langchain_anthropic import ChatAnthropic from langchain_community.chat_models import ChatLiteLLM from langchain_core.tools import tool...
🤖:improvement
size:L
community