Skip to content

Correct way to implement moderation #1030

Answered by hinthornw
darthShana asked this question in Q&A
Discussion options

You must be logged in to vote

So then moderate returns a new Human Message?

Assuming moderate looks something like:

def moderate(self, content: str):
    return HumanMessage(content="this has been moderated" + content)

You'll want to make sure the message id's are aligned so it isn't inserted after the initial response. Example here: https://langchain-ai.github.io/langgraph/tutorials/introduction/?h=add+mess#part-5-manually-updating-the-state

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@darthShana
Comment options

Answer selected by darthShana
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants