Update AWSNovaSonicLLMService docstring with more (and more up-to-date) info

This commit is contained in:
Paul Kompfner
2025-12-09 10:14:27 -05:00
parent 53de6c0b9a
commit ca5e668f4a
2 changed files with 11 additions and 4 deletions

View File

@@ -115,7 +115,7 @@ async def run_bot(transport: BaseTransport, runner_args: RunnerArguments):
# - ap-northeast-1
region=os.getenv("AWS_REGION"),
session_token=os.getenv("AWS_SESSION_TOKEN"),
voice_id="tiffany", # matthew, tiffany, amy
voice_id="tiffany",
# you could choose to pass instruction here rather than via context
# system_instruction=system_instruction
# you could choose to pass tools here rather than via context