---
title: "Answer a pending AskUserQuestion tool call in an AI chat"
method: POST
path: "/v1/org/{orgId}/ai/chat/{chatId}/answer-tool"
tags: ["ai"]
---

# Answer a pending AskUserQuestion tool call in an AI chat

`POST /v1/org/{orgId}/ai/chat/{chatId}/answer-tool`

## Path parameters

- `orgId` string, required
- `chatId` string, required

## Request body

- AiChatAnswerToolRequest
  - `toolUseId` string, required
  - `answers` object, required
  - `message` string

## Response `200`

successful operation

## Other responses

- `400` — invalid data
- `401` — not authorized
- `403` — permission denied
- `404` — not found

---

[API](https://skmtc.net/charthop/apis/charthop-api.md) · [All operations](https://skmtc.net/charthop/apis/charthop-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/charthop/charthop-api/versions/50a1edd6b27e/schema)
