Uses of Class
com.azure.ai.agents.persistent.models.TruncationStrategy
Packages that use TruncationStrategy
Package
Description
Package containing the data models for Agents.
-
Uses of TruncationStrategy in com.azure.ai.agents.persistent.models
Fields in com.azure.ai.agents.persistent.models declared as TruncationStrategyModifier and TypeFieldDescriptionstatic final TruncationStrategyTruncationStrategy.AUTODefault value.static final TruncationStrategyTruncationStrategy.LAST_MESSAGESThe thread will truncate to the `lastMessages` count of recent messages.Methods in com.azure.ai.agents.persistent.models that return TruncationStrategyModifier and TypeMethodDescriptionstatic TruncationStrategyTruncationStrategy.fromString(String name) Creates or finds a TruncationStrategy from its string representation.TruncationObject.getType()Get the type property: The truncation strategy to use for the thread.Methods in com.azure.ai.agents.persistent.models that return types with arguments of type TruncationStrategyModifier and TypeMethodDescriptionstatic Collection<TruncationStrategy> TruncationStrategy.values()Gets known TruncationStrategy values.Constructors in com.azure.ai.agents.persistent.models with parameters of type TruncationStrategyModifierConstructorDescriptionCreates an instance of TruncationObject class.