Follow Discord
Sweep 22 Sep 2026 · 17:19Z Build v2.1.280 501 read Stable v2.1.267 Latest v2.1.280 Next v2.1.280 Feeds RSS JSON llms.txt Unofficial
Search the documentation

5 pages for followup.

Titles and paths first, then pages whose text carries it. Each row opens that page as this site last read it.

customer-support-chat Claude Developer Platform · in the page about-claude/use-case-guides/customer-support-chat …e_id: lastBlock.id, content: toolResult }] }); const followUpResponse = await this.generateMessage(this.messages, 2048); const followUpBlock = followUpResponse.content.find(… advisor-tool Claude Developer Platform · in the page agents-and-tools/tool-use/advisor-tool …"user", content: "Now add a max-in-flight limit of 10." }); const followUp = await client.beta.messages.create({ model: "claude-sonnet-5", max_tokens: 1024, betas: ["advisor-tool-2026-… build-a-tool-using-agent Claude Developer Platform · in the page agents-and-tools/tool-use/build-a-tool-using-agent …ll history. ASSISTANT_CONTENT=$(echo "$RESPONSE" | jq '.content') FOLLOWUP=$(curl -s https://api.anthropic.com/v1/messages \ -H "x-api-key: $ANTHROPIC_API_KEY" \ -H "anthropic-version: 202… overview Claude Developer Platform · in the page agents-and-tools/tool-use/overview …use_id": tool_use.id, "content": weather} ], }, ] followup = client.messages.create( model="claude-opus-5-5", max_tokens=1024, tools=tools, tool_choice={"ty… Test self-hosted environments end to end Claude Code CLI · in the page self-hosted-environments-testing …turn-1 reply ok" # 3. Post a follow-up via the CLI. TURN2="e2e-probe-followup-$(date +%s): say exactly 'ok: follow-up delivered' and nothing else" EXPECT2="ok: follow-up delivered" followup_json=$(cl…
Feedback