@@ -75,7 +75,7 @@ def setUp(self) -> None:
75
75
"prompt" : {
76
76
"lc" : 1 ,
77
77
"type" : "constructor" ,
78
- "id" : ["langchain " , "prompts" , "prompt" , "PromptTemplate" ],
78
+ "id" : ["langchain_core " , "prompts" , "prompt" , "PromptTemplate" ],
79
79
"kwargs" : {
80
80
"input_variables" : ["subject" ],
81
81
"template" : "Tell me a joke about {subject}" ,
@@ -118,21 +118,20 @@ def setUp(self) -> None:
118
118
EXPECTED_RUNNABLE_SEQUENCE = {
119
119
"lc" : 1 ,
120
120
"type" : "constructor" ,
121
- "id" : ["langchain " , "schema" , "runnable " , "RunnableSequence" ],
121
+ "id" : ["langchain_core " , "runnables " , "RunnableSequence" ],
122
122
"kwargs" : {
123
123
"first" : {
124
124
"lc" : 1 ,
125
125
"type" : "constructor" ,
126
- "id" : ["langchain " , "schema" , "runnable " , "RunnableParallel" ],
126
+ "id" : ["langchain_core " , "runnables " , "RunnableParallel" ],
127
127
"kwargs" : {
128
128
"steps" : {
129
129
"text" : {
130
130
"lc" : 1 ,
131
131
"type" : "constructor" ,
132
132
"id" : [
133
- "langchain" ,
134
- "schema" ,
135
- "runnable" ,
133
+ "langchain_core" ,
134
+ "runnables" ,
136
135
"RunnablePassthrough" ,
137
136
],
138
137
"kwargs" : {"func" : None , "afunc" : None , "input_type" : None },
@@ -145,7 +144,7 @@ def setUp(self) -> None:
145
144
{
146
145
"lc" : 1 ,
147
146
"type" : "constructor" ,
148
- "id" : ["langchain " , "prompts" , "prompt" , "PromptTemplate" ],
147
+ "id" : ["langchain_core " , "prompts" , "prompt" , "PromptTemplate" ],
149
148
"kwargs" : {
150
149
"input_variables" : ["subject" ],
151
150
"template" : "Tell me a joke about {subject}" ,
0 commit comments