Timeline Studio API Documentation - v0.26.0
Preparing search index...
features/ai-chat/tools/resource-tools
ResourceToolResult
Interface ResourceToolResult
Результат выполнения инструмента для ресурсов
interface
ResourceToolResult
{
data
?:
{
addedResources
?:
string
[]
;
analysis
?:
any
;
removedResources
?:
string
[]
;
suggestions
?:
string
[]
;
warnings
?:
string
[]
;
}
;
errors
?:
string
[]
;
message
:
string
;
nextActions
?:
string
[]
;
success
:
boolean
;
}
Index
Properties
data?
errors?
message
next
Actions?
success
Properties
Optional
data
data
?:
{
addedResources
?:
string
[]
;
analysis
?:
any
;
removedResources
?:
string
[]
;
suggestions
?:
string
[]
;
warnings
?:
string
[]
;
}
Optional
errors
errors
?:
string
[]
message
message
:
string
Optional
next
Actions
nextActions
?:
string
[]
success
success
:
boolean
Settings
Member Visibility
Inherited
Theme
OS
Light
Dark
On This Page
Properties
data
errors
message
next
Actions
success
Timeline Studio API Documentation - v0.26.0
Loading...
Результат выполнения инструмента для ресурсов