Chatoyant - v0.2.1
Preparing search index...
ToolInput
Interface ToolInput<TArgs>
Tool execution input.
interface
ToolInput
<
TArgs
=
unknown
>
{
args
:
TArgs
;
ctx
:
ToolContext
;
}
Type Parameters
TArgs
=
unknown
Index
Properties
args
ctx
Properties
args
args
:
TArgs
Parsed and validated arguments
ctx
ctx
:
ToolContext
Execution context
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
args
ctx
Chatoyant - v0.2.1
Loading...
Tool execution input.