Skip to content
Merged
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
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ public abstract class CreateAgentEngineMemoryRequestParameters extends JsonSeria
* The scope of the memory.
*
* <p>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
* memories. Up to 5 key-value pairs are accepted, and scope values cannot contain the wildcard
* character '*'.
*/
@JsonProperty("scope")
Expand Down Expand Up @@ -124,7 +124,7 @@ public Builder clearFact() {
* <p>scope: The scope of the memory.
*
* <p>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
* memories. Up to 5 key-value pairs are accepted, and scope values cannot contain the wildcard
* character '*'.
*/
@JsonProperty("scope")
Expand Down
Loading