diff --git a/src/types/common.ts b/src/types/common.ts index 4029441a..9a92b9c6 100644 --- a/src/types/common.ts +++ b/src/types/common.ts @@ -2236,7 +2236,7 @@ export declare interface CreateAgentEngineSessionConfig { sessionState?: Record; /** Waits for the operation to complete before returning. */ waitForCompletion?: boolean; - /** Optional. Input only. The TTL for this resource. + /** Optional. Input only. The TTL for this resource. It must be positive. The expiration time is computed: now + TTL. */ ttl?: string;