Context Type List
Endpoint to list all context types associated with the current tenant.
Args:
Returns:
List[ContextType]: A list of all ContextType model instances stored under the tenant.
Raises: HTTPException 500: If an error occurs while retrieving context types from the database.
Authorizations
JWT Authorization header using the Bearer scheme. Example: 'Authorization: Bearer {token}'
Response
Successful Response
Unique identifier for the context type
Name of the context type
Summary of the context type
Detailed information on the context type
Explanation to agent when to use the context type
Explanation to agent how to generate new context of this type
User who created the context type
The date and time when the context type was created.
The date and time when the context type was last updated.
