File tree Expand file tree Collapse file tree
multimodal/tarko/agent-server/tests/api Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -116,6 +116,9 @@ describe('Queries Controller', () => {
116116 environmentInput : {
117117 content : expandedContext ,
118118 description : 'Expanded context from contextual references' ,
119+ metadata : {
120+ type : 'codebase' ,
121+ } ,
119122 } ,
120123 } ) ;
121124
@@ -151,6 +154,9 @@ describe('Queries Controller', () => {
151154 environmentInput : {
152155 content : expandedContext ,
153156 description : 'Expanded context from contextual references' ,
157+ metadata : {
158+ type : 'codebase' ,
159+ } ,
154160 } ,
155161 } ) ;
156162 } ) ;
@@ -185,6 +191,9 @@ describe('Queries Controller', () => {
185191 environmentInput : {
186192 content : expandedContext ,
187193 description : 'Expanded context from contextual references' ,
194+ metadata : {
195+ type : 'codebase' ,
196+ } ,
188197 } ,
189198 } ) ;
190199 } ) ;
@@ -271,6 +280,9 @@ describe('Queries Controller', () => {
271280 environmentInput : {
272281 content : expandedContext ,
273282 description : 'Expanded context from contextual references' ,
283+ metadata : {
284+ type : 'codebase' ,
285+ } ,
274286 } ,
275287 } ) ;
276288
You can’t perform that action at this time.
0 commit comments