Skip to main content
Method
This is a method of the Agents class in the agents module.
Append a value to a list state. Creates the list if it doesn’t exist.

Signature

Parameters

str
required
State key
Any
required
Value to append
Optional
Optional maximum length for the list

Returns

List[Any]
The updated list

Exceptions

If the existing value is not a list and convert_to_list=False