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