public class TruncationStrategyForContextCreateOutput extends Object
| Constructor and Description |
|---|
TruncationStrategyForContextCreateOutput() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
Integer |
getLastHistoryTokens()
Get lastHistoryTokens
|
String |
getType()
Get type
|
int |
hashCode() |
Boolean |
isRollingTokens()
Get rollingTokens
|
TruncationStrategyForContextCreateOutput |
lastHistoryTokens(Integer lastHistoryTokens) |
TruncationStrategyForContextCreateOutput |
rollingTokens(Boolean rollingTokens) |
void |
setLastHistoryTokens(Integer lastHistoryTokens) |
void |
setRollingTokens(Boolean rollingTokens) |
void |
setType(String type) |
String |
toString() |
TruncationStrategyForContextCreateOutput |
type(String type) |
public TruncationStrategyForContextCreateOutput()
public TruncationStrategyForContextCreateOutput lastHistoryTokens(Integer lastHistoryTokens)
public Integer getLastHistoryTokens()
public void setLastHistoryTokens(Integer lastHistoryTokens)
public TruncationStrategyForContextCreateOutput rollingTokens(Boolean rollingTokens)
public Boolean isRollingTokens()
public void setRollingTokens(Boolean rollingTokens)
public TruncationStrategyForContextCreateOutput type(String type)
public String getType()
public void setType(String type)
Copyright © 2025. All rights reserved.