Circle V2 API Docs
Preparing search index...
@repo/ai
tracing
WithStepTraceOptions
Type Alias WithStepTraceOptions<T>
type
WithStepTraceOptions
<
T
=
unknown
>
=
{
inputs
?:
Record
<
string
,
unknown
>
;
metadata
?:
Record
<
string
,
unknown
>
;
processOutputs
?:
(
output
:
T
)
=>
Record
<
string
,
unknown
>
;
runType
?:
"chain"
|
"tool"
|
"llm"
;
}
Type Parameters
T
=
unknown
Index
Properties
inputs?
metadata?
process
Outputs?
run
Type?
Properties
Optional
inputs
inputs
?:
Record
<
string
,
unknown
>
Optional
metadata
metadata
?:
Record
<
string
,
unknown
>
Optional
process
Outputs
processOutputs
?:
(
output
:
T
)
=>
Record
<
string
,
unknown
>
Projection of the return value to record instead of the value itself.
Optional
run
Type
runType
?:
"chain"
|
"tool"
|
"llm"
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
inputs
metadata
process
Outputs
run
Type
Circle V2 API Docs
Loading...
Projection of the return value to record instead of the value itself.