Theia API Documentation v1.73.0
Eclipse Theia Website
GitHub
Preparing search index...
@theia/ai-chat
common/chat-model-serialization
SerializableFunctionPart
Interface SerializableFunctionPart
interface
SerializableFunctionPart
{
deferred
?:
boolean
;
kind
:
"function"
;
range
:
{
endExclusive
:
number
;
start
:
number
}
;
toolRequestId
:
string
;
}
Hierarchy (
View Summary
)
SerializableParsedRequestPartBase
SerializableFunctionPart
Index
Properties
deferred?
kind
range
tool
Request
Id
Properties
Optional
deferred
deferred
?:
boolean
True if the tool reference was marked as deferred (
~?id
/
~{?id}
).
kind
kind
:
"function"
range
range
:
{
endExclusive
:
number
;
start
:
number
}
tool
Request
Id
toolRequestId
:
string
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
deferred
kind
range
tool
Request
Id
Eclipse Theia Website
GitHub
Theia API Documentation v1.73.0
Loading...
True if the tool reference was marked as deferred (
~?id/~{?id}).