Preparing search index...
The search index is not available
Theia TypeDoc
Theia TypeDoc
ai-history
AIHistoryView
Class AIHistoryView
Hierarchy
ReactWidget
AIHistoryView
Implements
StatefulWidget
Index
Constructors
constructor
Properties
_state
agent
Service
recording
Service
selected
Agent?
ID
LABEL
Accessors
is
Chronological
state
Methods
history
Content
Updated
init
on
Click
render
render
History
restore
State
select
Agent
sort
History
store
State
Constructors
constructor
new AIHistory
View
(
)
:
AIHistoryView
Returns
AIHistoryView
Properties
Protected
_state
_state
:
State
= ...
Protected
Readonly
agent
Service
agent
Service
:
AgentService
Protected
recording
Service
recording
Service
:
CommunicationRecordingService
Protected
Optional
selected
Agent
selected
Agent
?:
Agent
Static
ID
ID
:
string
= 'ai-history-widget'
Static
LABEL
LABEL
:
string
= '✨ AI Agent History [Experimental]'
Accessors
is
Chronological
get
isChronological
(
)
:
boolean
Returns
boolean
Protected
state
get
state
(
)
:
State
Returns
State
set
state
(
state
)
:
void
Parameters
state
:
State
Returns
void
Methods
Protected
history
Content
Updated
history
Content
Updated
(
entry
)
:
void
Parameters
entry
:
CommunicationRequestEntry
|
CommunicationResponseEntry
Returns
void
Protected
init
init
(
)
:
void
Returns
void
Protected
on
Click
on
Click
(
e
,
agent
)
:
void
Parameters
e
:
MouseEvent
<
HTMLDivElement
,
MouseEvent
>
agent
:
Agent
Returns
void
render
render
(
)
:
ReactNode
Returns
ReactNode
Protected
render
History
render
History
(
)
:
ReactNode
Returns
ReactNode
restore
State
restore
State
(
oldState
)
:
void
Parameters
oldState
:
object
&
Partial
<
State
>
Returns
void
Protected
select
Agent
select
Agent
(
agent
)
:
void
Parameters
agent
:
undefined
|
Agent
Returns
void
sort
History
sort
History
(
chronological
)
:
void
Parameters
chronological
:
boolean
Returns
void
store
State
store
State
(
)
:
object
Returns
object
Settings
Member Visibility
Protected
Private
Inherited
Theme
OS
Light
Dark
On This Page
constructor
_state
agent
Service
recording
Service
selected
Agent
ID
LABEL
is
Chronological
state
history
Content
Updated
init
on
Click
render
render
History
restore
State
select
Agent
sort
History
store
State
Theia TypeDoc
Loading...