Documentation
Preparing search index...
@quatrain/skills
SkillApiClientConfig
Interface SkillApiClientConfig
Configuration schema for the API client used by a skill.
interface
SkillApiClientConfig
{
endpointUrl
:
string
;
parameters
:
Record
<
string
,
any
>
;
type
:
ApiClientType
;
}
Index
Properties
endpoint
Url
parameters
type
Properties
endpoint
Url
endpointUrl
:
string
parameters
parameters
:
Record
<
string
,
any
>
type
type
:
ApiClientType
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
endpoint
Url
parameters
type
Documentation
Loading...
Configuration schema for the API client used by a skill.