We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e4a3b7d commit b28edfdCopy full SHA for b28edfd
1 file changed
src/routes/page/instruction/log/+page.svelte
@@ -62,7 +62,7 @@
62
agentIds: [],
63
providers: [],
64
models: [],
65
- similarTemplate: '',
+ template: '',
66
timeRange: TimeRange.Today,
67
states: []
68
};
@@ -246,7 +246,7 @@
246
agentIds: agentIds,
247
providers: providers,
248
models: models,
249
- similarTemplateName: template,
+ templateNames: template ? [template] : [],
250
startTime: innerTimeRange.startTime,
251
endTime: innerTimeRange.endTime,
252
states: states
0 commit comments