pub async fn get_templates(
infra: &InfraContext<'_>,
token: &str,
params: &GetTemplateParams,
) -> Result<Vec<BosSessionTemplate>, Error>Expand description
Fetch and filter BOS session templates from the backend.
pub async fn get_templates(
infra: &InfraContext<'_>,
token: &str,
params: &GetTemplateParams,
) -> Result<Vec<BosSessionTemplate>, Error>Fetch and filter BOS session templates from the backend.