realcoloride / node_characterai

Unofficial Character AI wrapper for node.
https://beta.character.ai/
341 stars 72 forks source link

Can i get avatar picture from character? #148

Closed Vernityz closed 7 months ago

Vernityz commented 7 months ago

hello i am new to coding. example: const response = wait chat.sendAndAwaitResponse("hello", true) when I check the console the result is "hello....." but i need to add response.text to return as a string, well. my question is, can we get the avatar url or name of the character we are talking with?

example: response.avarar_url or response.username ? or does this have its own function?

realcoloride commented 7 months ago

Hello, you can use fetchCharacterInfo(characterId); for this.