realcoloride/node_characterai

Can i get avatar picture from character?

Closed this issue · 1 comments

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?

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