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
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”
}
}
}
]
}
}
Ccing @Caleb here
Hey! It’s pretty hard to debu because I can’t tell what clay is doing under the hood. Does it show any logs.