---
title: "Plan extension actions for an Act turn"
method: POST
path: "/api/v1/conversations/act/extension-plan"
tags: ["Conversations"]
---

# Plan extension actions for an Act turn

`POST /api/v1/conversations/act/extension-plan`

## Request body

- object
  - `accessToken` string
  - `userId` string
  - `conversationId` string
  - `conversationClientId` string
  - `projectId` string
  - `askModelIds` string[]
  - `messages` unknown[]
    - unknown
  - `prompt` string
  - `systemPrompt` string
  - `turnId` string
  - `modelId` string
  - `indexedFileNames` string[]
  - `indexedAttachments` unknown
  - `attachmentNames` string[]
  - `replyContextForModel` string
  - `historyBaseModelId` string
  - `mode` 'chat' | 'automate'
  - `personalChatMode` 'chat' | 'work'
  - `automationMode` boolean
  - `automationExecution` boolean
  - `automationId` string
  - `mediaToolIntent` 'image' | 'video', nullable
  - `requestedToolIds` unknown
  - `memoryEnabled` boolean
  - `actAbortTimeoutMs` number
  - `mentions` object[]
    - `type` string, required
    - `id` string, required
    - `name` string, required
    - `fileIds` string[]
  - `multiModelSlotIndex` integer
  - `multiModelTotal` integer
  - `reasoning` 'provider-default' | 'none' | 'minimal' | 'low' | 'medium' | 'high' | 'xhigh'

## Response `200`

Successful response. Stable response schemas are documented in workflow guides when available.

- unknown

## Other responses

- `400` — Invalid request.
- `401` — Missing or invalid authentication.
- `500` — Unexpected server error.

## Changes

- **2026-08-26** `56d48bed154d` — 2 info
  - added the new optional request property `personalChatMode`
  - added the new optional request property `reasoning`
- **2026-08-24** `3b741bc589fb` — 1 warning
  - removed the request property `streamPersistenceMode`
- **2026-08-03** `b89ff30e4908` — 1 breaking, 1 warning
  - the `modelId` request property's minLength was increased from `0` to `1`
  - the `modelId` request property's maxLength was set to `160`
- **2026-08-02** `cfa601be9fa3` — 2 warning
  - removed the request property `knowledgeBaseId`
  - removed the request property `knowledgeBaseIds`
- **2026-07-27** `ffc8518a10ee` — 2 info
  - added the new optional request property `knowledgeBaseId`
  - added the new optional request property `knowledgeBaseIds`

[Full history](https://skmtc.dev/layernorm/apis/overlay-web-api/changes/api/v1/conversations/act/extension-plan/post.md)

---

[API](https://skmtc.dev/layernorm/apis/overlay-web-api.md) · [All operations](https://skmtc.dev/layernorm/apis/overlay-web-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/layernorm/overlay-web-api/revisions/a64546f5bde3/schema)
