Preparing search index...
The search index is not available
@sogni-ai/sogni-client
@sogni-ai/sogni-client
ChatToolsApi
Class ChatToolsApi
Index
Constructors
constructor
Methods
execute
execute
All
Constructors
constructor
new
ChatToolsApi
(
projects
:
ProjectsApi
)
:
ChatToolsApi
Parameters
projects
:
ProjectsApi
Returns
ChatToolsApi
Methods
execute
execute
(
toolCall
:
ToolCall
,
options
?:
ToolExecutionOptions
,
)
:
Promise
<
ToolExecutionResult
>
Parameters
toolCall
:
ToolCall
Optional
options
:
ToolExecutionOptions
Returns
Promise
<
ToolExecutionResult
>
execute
All
executeAll
(
toolCalls
:
ToolCall
[]
,
options
?:
ToolExecutionOptions
&
{
onToolCall
?:
(
toolCall
:
ToolCall
)
=>
Promise
<
string
>
;
onToolProgress
?:
(
toolCall
:
ToolCall
,
progress
:
ToolExecutionProgress
,
)
=>
void
;
}
,
)
:
Promise
<
ToolExecutionResult
[]
>
Parameters
toolCalls
:
ToolCall
[]
Optional
options
:
ToolExecutionOptions
&
{
onToolCall
?:
(
toolCall
:
ToolCall
)
=>
Promise
<
string
>
;
onToolProgress
?:
(
toolCall
:
ToolCall
,
progress
:
ToolExecutionProgress
,
)
=>
void
;
}
Returns
Promise
<
ToolExecutionResult
[]
>
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Constructors
constructor
Methods
execute
execute
All
@sogni-ai/sogni-client
Loading...