reply


Description:

public async Chat reply (string text) throws Error

Creates a reply Chat with conversation history and executes it. Adds the previous assistant response and new user message to the messages array, then sends it.

Parameters:

text

The new user message text

Returns:

The Chat from executing the reply call