Skip to content

Latest commit

 

History

History
27 lines (14 loc) · 629 Bytes

Provider.md

File metadata and controls

27 lines (14 loc) · 629 Bytes

@ai16z/eliza v1.0.0 / Provider

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:251