Whole analysis came back empty {}
# support
s
On my latest calls for example this one da9a9a9e-125d-4244-8f92-e2979c4b1271 the whole analysis response came back empty {}. I cannot understand why. Please help me understand since this has not happened before.
Another call id: 826d608b-8c02-4e90-b078-875f0f54a1d9
c
Hey Steyt, The analysisPlan object is missing these critical configuration fields: 1. timeoutSeconds - Required for request timeout configuration 2. useAssistantLlm - Boolean flag that determines which LLM to use for analysis 3. customLlmUrl - URL for custom LLM endpoint (can be empty string) These missing fields are causing the Google LLM request to fail because the system doesn't know how to properly configure the analysis request. It resulted in this error in the logs:
Copy code
🟡 20:56:45:683 [llmRequestError] Couldn't Complete Google Request. Error: contents are required
2 Views