From acb8bd18bed523d88ffea0b59cfc51de4cf22e0e Mon Sep 17 00:00:00 2001 From: Ayush Agrawal Date: Mon, 22 Jun 2026 12:16:29 -0700 Subject: [PATCH] docs: fix typos across docstrings PiperOrigin-RevId: 936186565 --- src/types/common.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/types/common.ts b/src/types/common.ts index 4029441a..80b42ce2 100644 --- a/src/types/common.ts +++ b/src/types/common.ts @@ -1212,7 +1212,7 @@ export declare interface CreateAgentEngineMemoryRequestParameters { Memories are isolated within their scope. The scope is defined when creating or generating memories. Up to 5 key-value pairs are accepted, - andscope values cannot contain the wildcard character '*'. */ + and scope values cannot contain the wildcard character '*'. */ scope: Record; config?: AgentEngineMemoryConfig; }