chat_execute


Description:

public async Chat chat_execute (Chat call) throws Error

Executes a pre-prepared Chat object.

The Chat object should already have its messages array prepared by the agent/handler. This method simply executes the chat request.

Parameters:

call

The pre-prepared Chat object to execute

Returns:

The Response from executing the chat call