@elizaos/core v0.1.7 / 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.