Skip to content

Intregrações para utilização de tools não disponíveis #121

@math-sasso

Description

@math-sasso

O modelo ChatMaritalk não tem as mesmas integrações que o modelo ChatOpenai tem. A comunidade está usando muito LangGraph e LCEL e uma troca GPT4 -> Sabia3 está muito dificil sem que haja essa integração. Eu notei que falta a função bind_tools, mas acho que vocês precisam verificar e criar uma classe que suporte essa nova estrutuara dentro do langchain.

src/workflows/ai_workflows/ai_chatbot_checkpointer_workflow.py:118: in run
    self.setup_graph()
src/workflows/ai_workflows/ai_chatbot_checkpointer_workflow.py:91: in setup_graph
    assistant_runnable = self.primary_assistant_prompt | self.llm.bind_tools(
.venv/lib/python3.10/site-packages/langchain_core/language_models/chat_models.py:1119: in bind_tools
    raise NotImplementedError()
E   NotImplementedError

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions