Skip to content

docs(tts): add Chinese version and fix some typos#5

Merged
qbc2016 merged 3 commits intoqbc2016:bc/ttsfrom
DavdGao:bc/tts
Dec 5, 2025
Merged

docs(tts): add Chinese version and fix some typos#5
qbc2016 merged 3 commits intoqbc2016:bc/ttsfrom
DavdGao:bc/tts

Conversation

@DavdGao
Copy link
Copy Markdown

@DavdGao DavdGao commented Dec 4, 2025

AgentScope Version

[The version of AgentScope you are working on, e.g. import agentscope; print(agentscope.__version__)]

Description

[Please describe the background, purpose, changes made, and how to test this PR]

Checklist

Please check the following items before code is ready to be reviewed.

  • Code has been formatted with pre-commit run --all-files command
  • All tests are passing
  • Docstrings are in Google style
  • Related documentation has been updated (e.g. links, examples, etc.)
  • Code is ready for review

"""Exit the async context manager and clean up resources if needed."""
if self.supports_streaming_input:
await self.close()
# await self.close()
Copy link
Copy Markdown
Author

Choose a reason for hiding this comment

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

@qbc2016 I notice if we don't remove the close statement, this line will raise error

Copy link
Copy Markdown
Author

@DavdGao DavdGao left a comment

Choose a reason for hiding this comment

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

TODO list:

  • Decide if we manage the lifecycle of realtime model automatically (The socket will be closed for timeout)
  • Test the multimodal models like "qwen3-omni"

Copy link
Copy Markdown
Owner

@qbc2016 qbc2016 left a comment

Choose a reason for hiding this comment

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

LGTM.

@qbc2016 qbc2016 merged commit 43784e2 into qbc2016:bc/tts Dec 5, 2025
10 checks passed
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.

2 participants