send_message
Sending a message to a character
or send message with image
text [str]
Message text
history_id [str]
Unique ID for character history
tgt [str]
Character's username
image_description [str] (optional)
Image description instead of automatic recognition, set image_description_type
to HUMAN
image_description_type [str] (optional)
When image uploaded, can be HUMAN
or AUTO_IMAGE_CAPTIONING
image_rel_path [str] (optional)
The path to the image on the server. You can create this path with the upload_image()
function, set image_origin_type
to UPLOADED
token [str] (optional)
You can set a specific token for the function, it will be executed from the specified token
Last updated