Ask a question to get started
Enter to sendā¢Shift+Enter new line
Convert a Pydantic model to a function description for the Ernie API.
convert_pydantic_to_ernie_tool( model: Type[BaseModel], *, name: Optional[str] = None, description: Optional[str] = None ) -> ToolDescription