Extract support signals from screenshot and text
extract_support_signals_v1
kind: signal_extraction
chat
email
Purpose
Use multimodal model to extract structured signals from screenshot and ticket text
Required inputs
Allowed tools
✅ Allowed actions
Success outputs
Raw JSON
{
"allowed_actions": [
"extract_signals"
],
"allowed_tools": [
"tool.gemini_multimodal_analyze"
],
"applicable_channels": [
"chat",
"email"
],
"contract_id": "extract_support_signals_v1",
"kind": "signal_extraction",
"purpose": "Use multimodal model to extract structured signals from screenshot and ticket text",
"required_inputs": [
"screenshot",
"ticket_text"
],
"success_outputs": [
"system_or_product",
"browser_or_platform",
"language",
"screen_type",
"current_step",
"step_stage",
"visible_error_text",
"ui_elements_detected"
],
"title": "Extract support signals from screenshot and text"
}