Skip to main content

Interface: Provider

Represents a provider, which is used to retrieve information or perform actions on behalf of the agent, such as fetching data from an external API or service.

Properties

get()

get: (runtime, message, state?) => Promise<any>

Parameters

runtime: IAgentRuntime

message: Memory

state?: State

Returns

Promise<any>

Defined in

packages/core/src/types.ts:249