Ask a question to get started
Enter to sendā¢Shift+Enter new line
tool_schemas_to_foundry_format( tools: Sequence[Any], ) -> list[dict[str
tools
Sequence[Any]
Convert LangChain tool objects to Foundry tool_definitions format.
Sequence of LangChain tool objects (must have name, description, and args_schema or args attributes).
name
description
args_schema
args