Structured output extractor not copying assistantO...
# support
d
Call ID: 019d7006-907e-7cc0-a366-2c264ee7ba25 Issue: Structured output extractor not copying hs_object_id from assistantOverrides.variableValues Expected behavior: hs_object_id should be "213716402692" in analysis.structuredData Actual behavior: hs_object_id appears as "hs_object_id_placeholder" in analysis.structuredData Context: - Make correctly sends the value "213716402692" in assistantOverrides.variableValues - All other structured output fields work correctly - Only hs_object_id is not being copied from assistant variables Additional info: - Other extracted fields work fine: city, tipo_propiedad, acepto_continuar, tiene_escrituras, etc. - The issue seems specific to extracting pre-existing assistant variables - The placeholder suggests the extractor schema might not be configured to access variableValues
a
This looks more like a mapping/config issue than a model limitation. Right now your extractor isn’t actually pulling from assistantOverrides.variableValues, so it just defaults to the placeholder. You need to explicitly wire hs_object_id to that variable source instead of expecting the model to populate it. Once it’s directly referenced in the schema (not inferred), it should pass through correctly every time. If you want, I can take a look at your setup and help you fix the mapping quickly @DiegoM
d
Please! I would really appreciate it!
a
Great @DiegoM I can take a look and help fix it quickly. By the way, I’ve been restricted on Discord from sending direct messages, so please just reach out to me on What sApp at +1 (782) 624-5207. That’ll be the easiest way to coordinate. Looking forward to your message