Legacy chat method for backward compatibility.
Creates a basic Chat object with the user text and executes it. No prompt generation is performed - the text is used as-is. For agent- based conversations, use AgentHandler instead.
This method does NOT handle system messages - that's the agent's job. This is a minimal implementation for backward compatibility only.
| model |
The model name to use for the chat |
| text |
The user's input text |
| options |
Optional Call.Options for the chat request |
| cancellable |
Optional cancellable for cancelling the request |
|
The Response from executing the chat call |