agentskit.js

ConfluenceLoaderOptions

Auto-generated API reference for ConfluenceLoaderOptions.

Interface: ConfluenceLoaderOptions

Defined in: packages/rag/src/loaders/documents.ts:175

#Extends

#Properties

#authorization?

optional authorization?: string

Defined in: packages/rag/src/loaders/documents.ts:179


#baseUrl

baseUrl: string

Defined in: packages/rag/src/loaders/documents.ts:176


#fetch?

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

Defined in: packages/rag/src/loaders/shared.ts:5

#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>

#Inherited from

LoaderOptions.fetch


#signal?

optional signal?: AbortSignal

Defined in: packages/rag/src/loaders/shared.ts:7

Optional abort signal forwarded to underlying HTTP calls when supported.

#Inherited from

LoaderOptions.signal


#token?

optional token?: string

Defined in: packages/rag/src/loaders/documents.ts:178

Basic auth token &lt;email:api-token> in base64, OR pass authorization header directly.

Explore nearby

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

On this page

Ask the docs
Ask anything about AgentsKit. Answers come from the docs corpus and cite their sources.