Context Type Create
Endpoint to create a new context type associated with the authenticated tenant.
Args: context_type (ContextTypeCreate): The request body containing the context type definition.
Returns: ContextType: The created context type object.
Raises: HTTPException 400: If input validation fails HTTPException 409: If the context type creation fails due to a runtime error.
Authorizations
JWT Authorization header using the Bearer scheme. Example: 'Authorization: Bearer {token}'
Body
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
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.
