render_text_description#
- langchain_core.tools.render.render_text_description(tools: list[BaseTool]) str [source]#
Render the tool name and description in plain text.
- Parameters:
tools (list[BaseTool]) – The tools to render.
- Returns:
The rendered text.
- Return type:
str
Output will be in the format of:
search: This tool is used for search calculator: This tool is used for math
Examples using render_text_description