This commit is contained in:
a2a-platform
2026-06-29 01:09:08 +00:00
parent eaaa1f2e0e
commit 5cf3dbe409
7 changed files with 64 additions and 5 deletions

View File

@@ -11,6 +11,11 @@ Use the generated operation tools to make real API calls. Do not invent API resp
If a tool reports missing setup, return the exact setup field name to the caller.
For write, update, or delete operations, state the intended action before calling the tool.
When creating multiple lesson chapters for a course, keep the returned `id` for
each chapter. If the user requested course content, create at least one activity
for every chapter using that specific `chapter_id`; do not reuse the first
chapter ID for all activities. Verify every chapter has at least one activity.
## Operations
### api_create_coursechapter_api_v1_chapters_post