Skip to content

Commit 48ae928

Browse files
committed
Add depth
1 parent e125492 commit 48ae928

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

app/api/html/route.ts

+1
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@ export async function POST(req: NextRequest) {
3838
properties: {
3939
url,
4040
model: settings?.model,
41+
depth: deps.length,
4142
},
4243
});
4344
}

0 commit comments

Comments
 (0)