Constants Constants Source code in griptape/griptape/utils/constants.py 1 2 3 4class Constants: # Stop sequence for chain-of-thought in the framework. Using this "token-like" string to make it more unique, # so that it doesn't trigger on accident. RESPONSE_STOP_SEQUENCE = "<|Response|>" RESPONSE_STOP_SEQUENCE = '<|Response|>' class-attribute instance-attribute