- Enclosing class:
- Query
public static final class Query.Builder
extends Object
-
Method Summary
history(List<org.springframework.ai.chat.messages.Message> history)
history(org.springframework.ai.chat.messages.Message... history)
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Method Details
-
-
history
public Query.Builder history(List<org.springframework.ai.chat.messages.Message> history)
-
history
public Query.Builder history(org.springframework.ai.chat.messages.Message... history)
-
-