get_recent_contact

get_recent_contact只读扩展
获取最近会话(占位)

Call via POST http://127.0.0.1:3000/get_recent_contact (JSON params as the body) or WebSocket.

Parameters

Param Type Required Default Description
count int 10

Returns (data)

占位实现,恒返回空数组。

data is any[].

Raw JSON Schema
{
  "type": "array",
  "description": "最近会话列表(占位,恒空)"
}

Examples

curl
Python
JavaScript
Go
SnowLuma SDK
curl -X POST http://127.0.0.1:3000/get_recent_contact \
  -H 'Content-Type: application/json' \
  -H 'Authorization: Bearer <access-token>' \
  -d '{"count":10}'
Using an AI assistant?

MCP-capable clients can discover and call this action directly — no hand-written HTTP. See MCP.