@jataware/beaker-client
Preparing search index...
notebook
IBeakerToolCall
Interface IBeakerToolCall
interface
IBeakerToolCall
{
ended_at
?:
string
;
error
?:
{
ename
:
string
;
evalue
:
string
;
traceback
?:
string
[]
}
;
output_preview
?:
string
;
output_truncated
?:
boolean
;
started_at
?:
string
;
state
:
BeakerToolCallState
;
tool_call_id
:
string
;
tool_input
:
any
;
tool_name
:
string
;
[
key
:
string
]:
PartialJSONValue
|
undefined
;
}
Hierarchy
PartialJSONObject
IBeakerToolCall
Indexable
[
key
:
string
]:
PartialJSONValue
|
undefined
Index
Properties
ended_
at?
error?
output_
preview?
output_
truncated?
started_
at?
state
tool_
call_
id
tool_
input
tool_
name
Properties
Optional
ended_
at
ended_at
?:
string
Optional
error
error
?:
{
ename
:
string
;
evalue
:
string
;
traceback
?:
string
[]
}
Optional
output_
preview
output_preview
?:
string
Optional
output_
truncated
output_truncated
?:
boolean
Optional
started_
at
started_at
?:
string
state
state
:
BeakerToolCallState
tool_
call_
id
tool_call_id
:
string
tool_
input
tool_input
:
any
tool_
name
tool_name
:
string
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
ended_
at
error
output_
preview
output_
truncated
started_
at
state
tool_
call_
id
tool_
input
tool_
name
@jataware/beaker-client
Loading...