proposit-core
Preparing search index...
extensions/pipelines/base
createCitationSourceDetectionStage
Function createCitationSourceDetectionStage
createCitationSourceDetectionStage
(
options
?:
TLlmStageOptionsOverride
,
)
:
TStage
<
{
sources
:
{
segmentIds
:
string
[]
;
sourceId
:
string
;
sourceString
:
string
;
spans
:
{
end
:
number
;
start
:
number
}
[]
;
url
:
string
|
null
;
}
[]
;
}
,
>
Build the citation-source-detection stage with optional caller overrides.
Parameters
Optional
options
:
TLlmStageOptionsOverride
Returns
TStage
<
{
sources
:
{
segmentIds
:
string
[]
;
sourceId
:
string
;
sourceString
:
string
;
spans
:
{
end
:
number
;
start
:
number
}
[]
;
url
:
string
|
null
;
}
[]
;
}
,
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
proposit-core
Loading...
Build the citation-source-detection stage with optional caller overrides.