curl --request GET \
--url http://localhost:8000/api/v1/chat/get_prompt_variables \
--header 'Authorization: Bearer <token>'[
{
"name": "<string>"
}
]Get the list of prompt variables.
Args: _admin_user (User): The current user
Returns: list[str]: The list of prompt variables
curl --request GET \
--url http://localhost:8000/api/v1/chat/get_prompt_variables \
--header 'Authorization: Bearer <token>'[
{
"name": "<string>"
}
]