You've already forked adk-python
mirror of
https://github.com/encounter/adk-python.git
synced 2026-03-30 10:57:20 -07:00
a364388d97
Details: - Allows users to provide custom instructions for the LLM-backed user simulator via the `custom_instructions` field in `LlmBackedUserSimulatorConfig`. - The custom instructions must include placeholders for the stop signal, conversation plan, and conversation history. A pydantic validator ensures these placeholders are present. - If no custom instructions are provided, the current default template is used. Co-authored-by: Keyur Joshi <keyurj@google.com> PiperOrigin-RevId: 850471448