Skip to content
agentskit.js

RemoteHttpConfig

Auto-generated API reference for RemoteHttpConfig.

Interface: RemoteHttpConfig

Defined in: packages/memory/src/vector/http.ts:3

#Extended by

#Properties

#fetch?

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

Defined in: packages/memory/src/vector/http.ts:4

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


#maxResponseBytes?

optional maxResponseBytes?: number

Defined in: packages/memory/src/vector/http.ts:6


#signal?

optional signal?: AbortSignal

Defined in: packages/memory/src/vector/http.ts:7


#timeoutMs?

optional timeoutMs?: number

Defined in: packages/memory/src/vector/http.ts:5

Explore nearby

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