@archastro/sdk
Preparing search index...
types/chat
ChatLocalToolFunction
Interface ChatLocalToolFunction
A function implemented by the client connected to a personal thread.
interface
ChatLocalToolFunction
{
description
:
string
;
name
:
string
;
parameters
:
Record
<
string
,
unknown
>
;
}
Index
Properties
description
name
parameters
Properties
description
description
:
string
name
name
:
string
parameters
parameters
:
Record
<
string
,
unknown
>
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
description
name
parameters
@archastro/sdk
Loading...
A function implemented by the client connected to a personal thread.