Skip to content

sync(aichat): add aichat service directory from Docs b3b2922#20

Closed
Copilot wants to merge 2 commits intomainfrom
copilot/sync-aichat-api-docs
Closed

sync(aichat): add aichat service directory from Docs b3b2922#20
Copilot wants to merge 2 commits intomainfrom
copilot/sync-aichat-api-docs

Conversation

Copy link
Copy Markdown
Contributor

Copilot AI commented Apr 25, 2026

Upstream AceDataCloud/Docs updated the aichat service (commit b3b2922). The aichat/ subdirectory did not exist in this monorepo.

New files

  • aichat/README.md — service overview, full supported model list (GPT-5, GPT-4o, o-series, DeepSeek, Grok, GLM), quick-start snippet, and endpoint table
  • aichat/docs/aichat_conversations_api_integration_guide.md — English integration guide translated from the upstream MDX source, covering:
    • Single-turn Q&A
    • Stateful multi-turn conversation (stateful: true + id round-trip)
    • Streaming (accept: application/x-ndjson) with Python / Node.js / Java examples
    • Model presets (preset / system prompt)
    • Image recognition via references
    • Web-browsing models
    • Full parameter + response field reference tables

Updated files

  • README.md — added aichat/ row to the monorepo API table
  • sync.yaml — registered aichat → AceDataCloud/AIChatAPI sync mapping

Quick-start (from guide)

curl -X POST 'https://api.acedata.cloud/aichat/conversations' \
  -H 'authorization: ******' \
  -H 'content-type: application/json' \
  -d '{"model": "gpt-4o", "question": "What is the capital of France?"}'
# {"answer": "The capital of France is Paris."}

Copilot AI changed the title [WIP] Sync API documentation for aichat with upstream changes sync(aichat): add aichat service directory from Docs b3b2922 Apr 25, 2026
Copilot AI requested a review from Germey April 25, 2026 08:09
@acedatacloud-dev
Copy link
Copy Markdown
Member

Auto-closed during PR backlog cleanup: superseded sync (+445/-0) — content covered by next dispatch against current Docs. Root cause was a broken auto-merge in sync-from-docs.yml (now fixed in PR #143). The fix lands a pre-cleanup step + reliable completion signal so future dispatches will not leak PRs. If this PR contained content not yet in main, the next docs-updated dispatch will re-create it via the working pipeline.

@acedatacloud-dev acedatacloud-dev deleted the copilot/sync-aichat-api-docs branch May 5, 2026 07:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

sync: update from Docs (b3b2922 docs: sync from PlatformBackend (zh-CN base + translations) [automated])

3 participants