Skip to content

docs(agents): document realtime capabilities#5598

Open
shizhigu wants to merge 2 commits intolivekit:mainfrom
shizhigu:codex/document-realtime-capabilities
Open

docs(agents): document realtime capabilities#5598
shizhigu wants to merge 2 commits intolivekit:mainfrom
shizhigu:codex/document-realtime-capabilities

Conversation

@shizhigu
Copy link
Copy Markdown

@shizhigu shizhigu commented Apr 29, 2026

Summary

  • Add docstrings for the previously undocumented RealtimeCapabilities fields.
  • Clarify that realtime-backed session.say() ignores add_to_chat_ctx=False and still adds the message to chat context.
  • Clarify that manual_function_calls means function call items already in chat context can be resumed.
  • Keep the change documentation-only: no defaults, provider declarations, or runtime behavior changed.

Closes #5565.

Verification

  • Checked each capability docstring against the corresponding capabilities.<field> usage in agent_activity.py and agent.py.
  • make check
  • git diff --check

Copy link
Copy Markdown
Contributor

@devin-ai-integration devin-ai-integration Bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

✅ Devin Review: No Issues Found

Devin Review analyzed this PR and found no potential bugs to report.

View in Devin Review to see 1 additional finding.

Open in Devin Review

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.

RealtimeCapabilities has 6 undocumented fields + 1 misleading docstring

1 participant