Interface ConversationContextPolicy<Message>

All Known Implementing Classes:
MessageWindowConversationContextPolicy
Functional Interface:
This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

@FunctionalInterface public interface ConversationContextPolicy<Message>
Policy used at model-call time to select which graph messages are sent to the LLM. Implementations must not mutate the graph state and should return a filtered view/copy.