langchain_cohere.react_multi_hop.prompt
.create_directly_answer_tool¶
- langchain_cohere.react_multi_hop.prompt.create_directly_answer_tool() BaseTool [source]¶
directly_answer 是一个特殊的工具,始终作为可用的工具呈现给模型。模型只在回答时调用此工具,不产生 AgentAction,因此只需将其添加到提示中。
- 返回类型