@elastic/sfdc_summarize_account
Generate an AI-powered summary of an account relationship
RUN SKILL sfdc_summarize_account()With parameters:
RUN SKILL sfdc_summarize_account WITH account_id = 'value', model_id = 'value'| Name | Type | Default | Description |
|---|---|---|---|
| account_id | STRING | — | Salesforce Account ID |
| model_id | STRING | — | Inference endpoint for summarization |
-- Using curl
curl -u elastic-admin:elastic-password http://localhost:9200/_escript \
-H "Content-Type: application/json" \
-d '{"query": "RUN SKILL sfdc_summarize_account()"}'
-- Response
{
"result": [...],
"_meta": {
"execution_id": "abc123",
"duration_ms": 45
}
}