mirror of
https://git.mirrors.martin98.com/https://github.com/mendableai/firecrawl
synced 2025-08-12 07:39:00 +08:00
feat(extract): add original schema to logs
This commit is contained in:
parent
561f0186ef
commit
9da51a7514
@ -288,7 +288,7 @@ export async function performExtraction(
|
||||
reqSchema = await dereferenceSchema(reqSchema);
|
||||
}
|
||||
|
||||
logger.debug("Transformed schema.", { schema: reqSchema });
|
||||
logger.debug("Transformed schema.", { originalSchema: request.schema, schema: reqSchema });
|
||||
|
||||
// agent evaluates if the schema or the prompt has an array with big amount of items
|
||||
// also it checks if the schema any other properties that are not arrays
|
||||
|
Loading…
x
Reference in New Issue
Block a user