Files
sjhu a269cd6f03 docs: add web tool calling guide with full flow diagram
New doc: docs/zero-token/web-tool-calling.md
- Complete flow example (user question → prompt injection → tool call → execution → result feedback → final answer)
- Prompt template breakdown (tool defs + example teaching + instructions)
- Per-model customization table
- Response parsing (3 regex formats)
- Verified models matrix

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-04-05 10:38:06 +08:00

1.8 KiB
Raw Permalink Blame History

Zero Tokenfork 文档)

本目录收录 openclaw-zero-token 相对上游 OpenClaw 的产品说明、同步清单与 Web 模型文档;与实现代码树 src/zero-token/ 配套阅读。

文档 说明
需求与演进跟踪 目标、约束、变更记录(中文为主)
与上游同步 merge/rebase 时的改动面清单与步骤
Web 模型支持 架构、Provider 列表、开发与 AskOnce
Web 模型工具调用 提示词注入原理、完整流程、模板、验证结果
浏览器与 CDP 模式 调试 Chrome、Profile、bb-browser 参考
Web 模型测试流程 离线单测、HTTP 矩阵/活测、CLI+chat.send E2E、手测与排障
Web 模型测试报告(用例/分层/逐模型表) 「通过」的精确定义、用例编号、逐 provider 状态与证据要求
重构实施计划 历史实施计划与验证记录

GitHub 上也可直接打开:docs/zero-token/ 下对应 .md 文件。