Skip to main content

@okcashpro/okai v0.1.7-alpha.1 / generateMessageResponse

Function: generateMessageResponse()

generateMessageResponse(opts): Promise<Content>

Send a message to the model for generateText.

Parameters

opts

The options for the generateText request.

opts.runtime: IAgentRuntime

opts.context: string

The context of the message to be completed.

opts.modelClass: string

Returns

Promise<Content>

The completed message.

Defined in

packages/core/src/generation.ts:884