Function: getProviders
▸ getProviders(runtime
, message
, state?
): Promise
<string
>
Formats provider outputs into a string which can be injected into the context.
Parameters
Name | Type | Description |
---|---|---|
runtime | AgentRuntime | The Eliza runtime object. |
message | Message | The incoming message object. |
state? | State | The current state object. |
Returns
Promise
<string
>
A string that concatenates the outputs of each provider.