🖥️
carter-py V1
  • carter-py
  • Conversation
    • Interactions
    • Say
    • Opener
  • Other Features
    • Personalise
  • More
    • Changelog
    • Further Reading
    • carter-js
Powered by GitBook
On this page
  1. Conversation

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)
PreviousSayNextPersonalise

Last updated 1 year ago