SNA
エンドポイントリファレンス

エージェント中断

現在のエージェントターンを中断します。

POST
/agent/interrupt

認証

bearerAuth
認証Bearer <token>

In: header

クエリパラメータ

session?string

レスポンス本文

application/json

application/json

application/json

curl -X POST "https://example.com/agent/interrupt"
{
  "status": "interrupted"
}
{
  "status": "error",
  "message": "string",
  "stack": "string"
}
{
  "status": "error",
  "message": "string",
  "stack": "string"
}