Think

To enable the Assistant to reflect, you can use the think argument as follows:

from zerogpt import Client

client = Client()
print(client.send_message('Hello', think=True))

This is the response we receive when using the reflection option.

Okay, the user just said "Hello". I should respond in a friendly and welcoming manner. Let me make sure to keep it natural and not too formal. Maybe add a smiley to keep the tone light. Something like, "Hello! How can I assist you today? ๐Ÿ˜Š" That should work.
</think>

Hello! How can I assist you today? ๐Ÿ˜Š

Last updated