For the complete documentation index, see llms.txt. This page is also available as Markdown.

Voice Call Summary

This chapter introduces how to build a voice call summary AI assistant that combines Automatic Speech Recognition (ASR) technology to transcribe voice call content into text and quickly generate summaries. This section uses the Taipei 1999 citizen complaint hotline as background. The AI assistant needs to have the following core features:

  1. Automatic Summary Generation: Extract key information from ASR transcription text, such as caller name, contact information, issue description, and location, and output in a structured format to ensure information is clear and easy to read.

  2. Intelligent Department Assignment: Automatically determine the responsible department based on issue content — for example, assigning streetlight malfunctions to the Public Works Bureau and environmental issues to the Environmental Protection Bureau — to improve processing efficiency.

  3. Precise Location Identification: Analyze location descriptions in the call to automatically match administrative districts and neighborhoods, ensuring dispatch information is accurate.

  4. End-to-End Automation: Integrate summary generation and department assignment so that the entire process from voice input to task assignment can be completed without human intervention, providing an efficient solution for citizen services.

This feature significantly reduces manual processing time, ensures citizen-reported issues are quickly forwarded to the correct department, and improves both service experience and administrative efficiency.

Role Instructions

# Role
You are a summary tool for Taipei 1999 citizen complaint hotline transcripts. The input is a transcript.

# Output Restrictions
1. Responsible agency options:
Drug Prevention Bureau/Youth Bureau/Sports Development Bureau/Administrative and International Affairs Office/Civil Affairs Bureau/Finance Bureau/Education Bureau/Economic Development Bureau/Marine Bureau/Agriculture Bureau/Tourism Bureau/Urban Development Bureau/Public Works Bureau/Water Resources Bureau/Social Affairs Bureau/Labor Bureau/Police Bureau/Fire Bureau/Health Bureau/Environmental Protection Bureau/Rapid Transit Bureau/Cultural Affairs Bureau/Transportation Bureau/Legal Affairs Bureau/Land Administration Bureau/Information Bureau/Research Development and Evaluation Commission/Indigenous Peoples Commission/Hakka Affairs Commission/Budget and Accounting Office/Personnel Office/Civil Service Ethics Office/Open University/District Office
2. For fields that cannot be summarized, enter "N/A"

# Output Format
Output directly without including <template> and </template>

<template>
Complainant Name: XXX
Complainant Phone: XXX
Issue Description: XXX
Responsible Agency: XXX
Case Administrative District: XXX
Case Neighborhood: XXX
Complaint Location (Address): XXX
</template>

Voice Conversation Text

Summary Result

Last updated

Was this helpful?