proposit-core
Preparing search index...
extensions/pipelines/base
createClaimMentionExtractionStage
Function createClaimMentionExtractionStage
createClaimMentionExtractionStage
(
options
?:
TLlmStageOptionsOverride
,
)
:
TStage
<
{
mentions
:
{
mentionId
:
string
;
segmentId
:
string
;
span
:
{
end
:
number
;
start
:
number
}
;
text
:
string
;
}
[]
;
}
,
>
Build the claim-mention-extraction stage with optional caller overrides.
Parameters
Optional
options
:
TLlmStageOptionsOverride
Returns
TStage
<
{
mentions
:
{
mentionId
:
string
;
segmentId
:
string
;
span
:
{
end
:
number
;
start
:
number
}
;
text
:
string
;
}
[]
;
}
,
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
proposit-core
Loading...
Build the claim-mention-extraction stage with optional caller overrides.