@ai16z/eliza v0.1.4-alpha.3 / generateMessageResponse
generateMessageResponse(
opts
):Promise
<Content
>
Send a message to the model for generateText.
• opts
The options for the generateText request.
• opts.runtime: IAgentRuntime
• opts.context: string
The context of the message to be completed.
• opts.modelClass: string
Promise
<Content
>
The completed message.