providerplaneai
Preparing search index...
core/workflow/Pipeline.ts
PipelineTextSourceOptionalStepOptions
Interface PipelineTextSourceOptionalStepOptions
Optional-source step options that produce text input when source is present.
interface
PipelineTextSourceOptionalStepOptions
{
addToManager
?:
boolean
;
after
?:
PipelineStepRef
|
PipelineStepRef
[]
;
keepRaw
?:
boolean
;
normalize
?:
PipelineNormalizePreset
|
PipelineNormalizeFn
;
provider
?:
AIProviderType
;
providerChain
?:
ProviderRef
[]
;
retry
?:
WorkflowRetryPolicy
;
select
?:
PipelineTextSelect
;
source
?:
PipelineTextSourceRef
|
PipelineTextSourceRef
[]
;
timeoutMs
?:
number
;
when
?:
(
values
:
StepValues
)
=>
boolean
;
}
Hierarchy (
View Summary
)
PipelineSourceOptionalStepOptions
PipelineTextSourceOptionalStepOptions
Index
Properties
add
To
Manager?
after?
keep
Raw?
normalize?
provider?
provider
Chain?
retry?
select?
source?
timeout
Ms?
when?
Properties
Optional
add
To
Manager
addToManager
?:
boolean
Optional
after
after
?:
PipelineStepRef
|
PipelineStepRef
[]
Optional
keep
Raw
keepRaw
?:
boolean
Optional
normalize
normalize
?:
PipelineNormalizePreset
|
PipelineNormalizeFn
Optional
provider
provider
?:
AIProviderType
Optional
provider
Chain
providerChain
?:
ProviderRef
[]
Optional
retry
retry
?:
WorkflowRetryPolicy
Optional
select
select
?:
PipelineTextSelect
Optional
source
source
?:
PipelineTextSourceRef
|
PipelineTextSourceRef
[]
Optional
timeout
Ms
timeoutMs
?:
number
Optional
when
when
?:
(
values
:
StepValues
)
=>
boolean
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
add
To
Manager
after
keep
Raw
normalize
provider
provider
Chain
retry
select
source
timeout
Ms
when
providerplaneai
Loading...
Optional-source step options that produce text input when source is present.