@pouchy_ai/companion-sdk - v0.1.0
Guide (/sdk)
npm
Preparing search index...
CompanionToolDecl
Interface CompanionToolDecl
A tool the embedding declares the companion may ask it to perform.
interface
CompanionToolDecl
{
description
?:
string
;
name
:
string
;
parameters
?:
Record
<
string
,
unknown
>
;
}
Index
Properties
description?
name
parameters?
Properties
Optional
description
description
?:
string
name
name
:
string
Optional
parameters
parameters
?:
Record
<
string
,
unknown
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
description
name
parameters
Guide (/sdk)
npm
@pouchy_ai/companion-sdk - v0.1.0
Loading...
A tool the embedding declares the companion may ask it to perform.