@ai16z/eliza v1.0.0 / 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.
get: (
runtime
,message
,state
?) =>Promise
<any
>
• runtime: IAgentRuntime
• message: Memory
• state?: State
Promise
<any
>