Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/types/common.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2236,7 +2236,7 @@ export declare interface CreateAgentEngineSessionConfig {
sessionState?: Record<string, unknown>;
/** 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;
Expand Down
Loading