Theia API Documentation v1.65.0
Eclipse Theia Website
GitHub
Preparing search index...
@theia/ai-chat
browser/task-context-storage-service
InMemoryTaskContextStorage
Class InMemoryTaskContextStorage
Implements
TaskContextStorageService
Index
Constructors
constructor
Properties
on
Did
Change
on
Did
Change
Emitter
opener
Service
summaries
variable
Resource
Resolver
Methods
clear
delete
get
get
All
open
sanitize
Label
store
Constructors
constructor
new
InMemoryTaskContextStorage
()
:
InMemoryTaskContextStorage
Returns
InMemoryTaskContextStorage
Properties
Readonly
on
Did
Change
onDidChange
:
Event
<
void
>
= ...
Protected
Readonly
on
Did
Change
Emitter
onDidChangeEmitter
:
Emitter
<
void
>
= ...
Protected
Readonly
opener
Service
openerService
:
OpenerService
Protected
summaries
summaries
:
Map
<
string
,
Summary
>
= ...
Protected
Readonly
variable
Resource
Resolver
variableResourceResolver
:
AIVariableResourceResolver
Methods
clear
clear
()
:
void
Returns
void
delete
delete
(
identifier
:
string
)
:
boolean
Parameters
identifier
:
string
Returns
boolean
get
get
(
identifier
:
string
)
:
undefined
|
Summary
Parameters
identifier
:
string
Returns
undefined
|
Summary
get
All
getAll
()
:
Summary
[]
Returns
Summary
[]
open
open
(
identifier
:
string
)
:
Promise
<
void
>
Parameters
identifier
:
string
Returns
Promise
<
void
>
Protected
sanitize
Label
sanitizeLabel
(
label
:
string
)
:
string
Parameters
label
:
string
Returns
string
store
store
(
summary
:
Summary
)
:
void
Parameters
summary
:
Summary
Returns
void
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Constructors
constructor
Properties
on
Did
Change
on
Did
Change
Emitter
opener
Service
summaries
variable
Resource
Resolver
Methods
clear
delete
get
get
All
open
sanitize
Label
store
Eclipse Theia Website
GitHub
Theia API Documentation v1.65.0
Loading...