mirror of
https://github.com/hwchase17/langchain.git
synced 2025-07-31 00:29:57 +00:00
docs: fix variable name typo in example code (#20658)
This pull request corrects a mistake in the variable name within the example code. The variable doc_schema has been changed to dog_schema to fix the error.
This commit is contained in:
parent
beebd73f95
commit
36084e7500
@ -268,7 +268,7 @@ def create_structured_output_runnable(
|
||||
|
||||
llm = ChatOpenAI(model="gpt-3.5-turbo-0125", temperature=0)
|
||||
structured_llm = create_structured_output_runnable(
|
||||
doc_schema,
|
||||
dog_schema,
|
||||
llm,
|
||||
mode="openai-tools",
|
||||
enforce_function_usage=True,
|
||||
|
Loading…
Reference in New Issue
Block a user