The context object is used to exchange information between the user and the app. This reference page provides details on the properties found in the context object, the parameters of any app’s entry point.
Copy
from cycls import App...@appdef entry_point(context): ...
Unique identifier for the conversation context. All exchanges between the user and the app within the same context will share this ID.
Example: 123e4567-e89b-12d3-a456-426614174000