Opener
Ask your character to speak to you
The opener()
function will request a conversation opener from your character, and requires a user_id
only.
# With carter already created
interaction = carter.opener(user_id)
if interaction.ok:
print(interaction.output_text)
Last updated