@ai16z/eliza v0.1.4-alpha.3 / getProviders
getProviders(
runtime
,message
,state
?):Promise
<string
>
Formats provider outputs into a string which can be injected into the context.
• runtime: IAgentRuntime
The AgentRuntime object.
• message: Memory
The incoming message object.
• state?: State
The current state object.
Promise
<string
>
A string that concatenates the outputs of each provider.