Ask a question to get started
Enter to send•Shift+Enter new line
write_onboarding_name_memory( name: str, assistant_id: str, *, memory_path: Path | None
name
str
assistant_id
memory_path
Path | None
None
Persist the optional onboarding name into user agent memory.
Empty or whitespace-only names are skipped (no file is written).
Submitted user name.
Agent identifier whose user memory should be updated.
Optional memory file override for tests.