mirror of
https://git.mirrors.martin98.com/https://github.com/mendableai/firecrawl
synced 2025-08-14 11:05:56 +08:00
feat(api/extract): show extract as origin for scrapes originating from it (#1584)
This commit is contained in:
parent
8522103228
commit
6478754f1b
@ -403,7 +403,7 @@ export async function performExtraction(
|
||||
{
|
||||
url,
|
||||
teamId,
|
||||
origin: request.origin || "api",
|
||||
origin: "extract",
|
||||
timeout,
|
||||
},
|
||||
urlTraces,
|
||||
@ -736,7 +736,7 @@ export async function performExtraction(
|
||||
{
|
||||
url,
|
||||
teamId,
|
||||
origin: request.origin || "api",
|
||||
origin: "extract",
|
||||
timeout,
|
||||
},
|
||||
urlTraces,
|
||||
|
@ -338,7 +338,7 @@ import { getACUCTeam } from "../../../controllers/auth";
|
||||
{
|
||||
url,
|
||||
teamId,
|
||||
origin: request.origin || "api",
|
||||
origin: "extract",
|
||||
timeout,
|
||||
},
|
||||
urlTraces,
|
||||
@ -616,7 +616,7 @@ import { getACUCTeam } from "../../../controllers/auth";
|
||||
{
|
||||
url,
|
||||
teamId,
|
||||
origin: request.origin || "api",
|
||||
origin: "extract",
|
||||
timeout,
|
||||
},
|
||||
urlTraces,
|
||||
|
@ -144,7 +144,7 @@ export async function performGenerateLlmsTxt(
|
||||
{
|
||||
url,
|
||||
teamId,
|
||||
origin: url,
|
||||
origin: "llmstxt",
|
||||
timeout: 30000,
|
||||
isSingleUrl: true,
|
||||
},
|
||||
|
Loading…
x
Reference in New Issue
Block a user