feat: port holistic node refinement contract
This commit is contained in:
@@ -29,7 +29,6 @@ export async function GET(request: NextRequest) {
|
||||
const results = nodes.map(node => ({
|
||||
id: node.id,
|
||||
title: node.title,
|
||||
dimensions: node.dimensions
|
||||
}));
|
||||
|
||||
return NextResponse.json({
|
||||
@@ -46,4 +45,4 @@ export async function GET(request: NextRequest) {
|
||||
error: error instanceof Error ? error.message : 'Failed to search nodes'
|
||||
}, { status: 500 });
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user