(v0) tool calling

This commit is contained in:
ishaan-jaff 2024-03-12 12:35:52 -07:00
parent 5172fb1de9
commit d136238f6f
3 changed files with 118 additions and 0 deletions

View file

@ -4269,6 +4269,7 @@ def get_optional_params(
and custom_llm_provider != "together_ai"
and custom_llm_provider != "mistral"
and custom_llm_provider != "anthropic"
and custom_llm_provider != "cohere_chat"
and custom_llm_provider != "bedrock"
and custom_llm_provider != "ollama_chat"
):