We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b3c49e9 commit 7492060Copy full SHA for 7492060
langchain/tools/convert_to_openai.py
@@ -15,7 +15,7 @@ class FunctionDescription(TypedDict):
15
16
17
def format_tool_to_openai_function(tool: BaseTool) -> FunctionDescription:
18
- """Format tool into the open AI function API."""
+ """Format tool into the OpenAI function API."""
19
if isinstance(tool, StructuredTool):
20
schema_ = tool.args_schema.schema()
21
# Bug with required missing for structured tools.
0 commit comments