Error 500 for LLM endpoint in Clay

Hi team, I'm getting a error 500 when setting up the LLM endpoint in Clay. Heard from others who have had the same issue. Anyone been able to get it to work?
3 Replies
hanseflats
hanseflatsOP16mo ago
Think the main issue is passing the extractionSchema { “url”: “mendable.ai”, “extractorOptions”: { “mode”: “llm-extraction”, “extractionPrompt”: “Based on the information on the page, extract the information from the schema.“, “extractionSchema”: [ { “type”: “object”, “properties”: { “company_mission”: { “type”: “string” }, “supports_sso”: { “type”: “boolean” }, “is_open_source”: { “type”: “boolean” } } } ] } }
Adobe.Flash
Adobe.Flash16mo ago
Ccing @Caleb here
Caleb
Caleb16mo ago
Hey! It’s pretty hard to debu because I can’t tell what clay is doing under the hood. Does it show any logs.

Did you find this page helpful?