AgentOS Extensions API - v1.0.3
Preparing search index...
system/cli-executor/src
CreateSpreadsheetTool
Class CreateSpreadsheetTool
Implements
IAuthService
Index
Constructors
constructor
Properties
category
description
display
Name
has
Side
Effects
id
input
Schema
name
Methods
execute
validate
Args
Constructors
constructor
new
CreateSpreadsheetTool
()
:
CreateSpreadsheetTool
Returns
CreateSpreadsheetTool
Properties
Readonly
category
category
:
"system"
= 'system'
Readonly
description
description
:
string
= ...
Readonly
display
Name
displayName
:
"Create Spreadsheet"
= 'Create Spreadsheet'
Readonly
has
Side
Effects
hasSideEffects
:
true
Readonly
id
id
:
"cli-create-spreadsheet-v1"
= 'cli-create-spreadsheet-v1'
Readonly
input
Schema
inputSchema
:
JSONSchemaObject
= ...
Readonly
name
name
:
"create_spreadsheet"
= 'create_spreadsheet'
Methods
execute
execute
(
input
:
{
data
?:
Record
<
string
,
any
>
[]
;
format
?:
string
;
headers
?:
string
[]
;
markdown
?:
string
;
path
:
string
;
rows
?:
any
[]
[]
;
sheetName
?:
string
;
}
,
_context
:
ToolExecutionContext
,
)
:
Promise
<
ToolExecutionResult
<
{
bytes
:
number
;
format
:
string
;
path
:
string
;
rows
:
number
}
,
>
,
>
Parameters
input
:
{
data
?:
Record
<
string
,
any
>
[]
;
format
?:
string
;
headers
?:
string
[]
;
markdown
?:
string
;
path
:
string
;
rows
?:
any
[]
[]
;
sheetName
?:
string
;
}
_context
:
ToolExecutionContext
Returns
Promise
<
ToolExecutionResult
<
{
bytes
:
number
;
format
:
string
;
path
:
string
;
rows
:
number
}
,
>
,
>
validate
Args
validateArgs
(
input
:
Record
<
string
,
any
>
)
:
{
errors
?:
any
[]
;
isValid
:
boolean
}
Parameters
input
:
Record
<
string
,
any
>
Returns
{
errors
?:
any
[]
;
isValid
:
boolean
}
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Constructors
constructor
Properties
category
description
display
Name
has
Side
Effects
id
input
Schema
name
Methods
execute
validate
Args
AgentOS Extensions API - v1.0.3
Loading...