agentskit.js

SlackToolConfig

Auto-generated API reference for SlackToolConfig.

Interface: SlackToolConfig

Defined in: slack.ts:3

#Properties

#fetch?

optional fetch?: {(input, init?): Promise<Response>; (input, init?): Promise<Response>; }

Defined in: slack.ts:6

Override fetch (mainly for tests). Defaults to the global fetch.

#Call Signature

(input, init?): Promise<Response>

MDN Reference

Parameters
input

RequestInfo | URL

init?

RequestInit

Returns

Promise<Response>

#Call Signature

(input, init?): Promise<Response>

MDN Reference

Parameters
input

string | Request | URL

init?

RequestInit

Returns

Promise<Response>


#webhookUrl

webhookUrl: string

Defined in: slack.ts:4

Explore nearby

✎ Edit this page on GitHubΒ·Found a problem? Open an issue β†’Β·How to contribute β†’

On this page