We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e125492 commit 48ae928Copy full SHA for 48ae928
app/api/html/route.ts
@@ -38,6 +38,7 @@ export async function POST(req: NextRequest) {
38
properties: {
39
url,
40
model: settings?.model,
41
+ depth: deps.length,
42
},
43
});
44
}
0 commit comments