8090-inc / xrx-core

Multi-modal conversational AI (xRx) system
https://8090-inc.github.io/xrx-core/
Apache License 2.0
242 stars 40 forks source link

filter tool output messages from conversation history on subsequent turns #21

Closed sam-trost closed 2 weeks ago

sam-trost commented 3 weeks ago

Fixes #22.

When building conversation history, filter out any messages that are type tool or do not have content.

chrislott commented 2 weeks ago

Hi Sam, thanks for opening this PR and bringing this to our attention. We have a new PR, inside of #23, that should resolve this issue and maintain the conversation history properly.