dazzling-truck-32153
09/10/2025, 8:39 PMtall-airline-16756
09/10/2025, 8:39 PMtall-airline-16756
09/10/2025, 8:40 PMdazzling-truck-32153
09/10/2025, 9:07 PM@function_tool
async def summarize_call(self, ctx: RunContext[HelperSessionInfo]) -> str:
"""Summarize call with user with provided data"""
<http://logger.info|logger.info>(":white_check_mark: summarize call with user called")
user_initial_image = ctx.session.userdata.user_vision_description
mockup_image = ctx.session.userdata.mockup_vision_description
return self.hangup_call()
tall-airline-16756
09/10/2025, 9:07 PMsummarize_call
function. Are you looking to create a summary of the call's content, or is it intended to handle tasks like wrapping up or ending the call? Knowing this will really help me guide you toward the best way to implement it.