Fix docstring parsing

This commit is contained in:
Mark Backman
2025-07-28 09:08:45 -04:00
parent f9e316686f
commit 061de9cbaf
4 changed files with 11 additions and 0 deletions

View File

@@ -179,6 +179,11 @@ autodoc_mock_imports = [
"google.protobuf.runtime_version",
"google.protobuf.symbol_database",
"google.protobuf.internal.builder",
# Runner
"pipecat_ai_small_webrtc_prebuilt",
"pipecat_ai_small_webrtc_prebuilt.frontend",
"uvicorn",
"python_dotenv",
]
# HTML output settings
@@ -202,6 +207,7 @@ def import_core_modules():
"pipecat.clocks",
"pipecat.metrics",
"pipecat.observers",
"pipecat.runner",
"pipecat.serializers",
"pipecat.sync",
"pipecat.transcriptions",

View File

@@ -41,6 +41,7 @@ pipecat-ai[noisereduce]
pipecat-ai[openai]
# pipecat-ai[openpipe]
# pipecat-ai[playht] # Mocked due to grpcio conflict with riva
pipecat-ai[pipecatcloud]
pipecat-ai[qwen]
pipecat-ai[remote-smart-turn]
# pipecat-ai[riva] # Mocked

View File

@@ -344,6 +344,8 @@ def main():
any bot() function found in the current directory.
Command-line arguments:
Args:
--host: Server host address (default: localhost)
--port: Server port (default: 7860)
-t/--transport: Transport type (daily, webrtc, twilio, telnyx, plivo)

View File

@@ -447,6 +447,8 @@ def main(
Each factory should return transport-specific parameters when called.
Command-line arguments:
Args:
--host: Server host address (default: localhost)
--port: Server port (default: 7860)
-t/--transport: Transport type (daily, livekit, webrtc, twilio, telnyx, plivo)