core-utils
Preparing search index...
@clipboard-health/tribunal
IntermediateOutputCall
Interface IntermediateOutputCall
interface
IntermediateOutputCall
{
completedAt
?:
string
;
errorMessage
?:
string
;
failedAt
?:
string
;
latencyMs
?:
number
;
metadata
?:
CallMetadata
;
model
:
ModelSpec
;
output
?:
unknown
;
role
:
ModelRole
;
startedAt
?:
string
;
status
:
TribunalProgressStatus
;
}
Index
Properties
completed
At?
error
Message?
failed
At?
latency
Ms?
metadata?
model
output?
role
started
At?
status
Properties
Optional
completed
At
completedAt
?:
string
Optional
error
Message
errorMessage
?:
string
Optional
failed
At
failedAt
?:
string
Optional
latency
Ms
latencyMs
?:
number
Optional
metadata
metadata
?:
CallMetadata
model
model
:
ModelSpec
Optional
output
output
?:
unknown
role
role
:
ModelRole
Optional
started
At
startedAt
?:
string
status
status
:
TribunalProgressStatus
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
completed
At
error
Message
failed
At
latency
Ms
metadata
model
output
role
started
At
status
core-utils
Loading...