public static class McpSchema.CompleteResult.CompleteCompletion
extends java.lang.Object
| 构造器和说明 |
|---|
CompleteCompletion(java.util.List<java.lang.String> values,
java.lang.Integer total,
java.lang.Boolean hasMore) |
public CompleteCompletion(java.util.List<java.lang.String> values,
java.lang.Integer total,
java.lang.Boolean hasMore)
values - An array of completion values. Must not exceed 100 itemstotal - The total number of completion options available. This can exceed
the number of values actually sent in the responsehasMore - Indicates whether there are additional completion options beyond
those provided in the current response, even if the exact total is unknown