diff --git a/src/libs/Zep/Generated/Zep.Models.ApidataThreadContextResponse.g.cs b/src/libs/Zep/Generated/Zep.Models.ApidataThreadContextResponse.g.cs index 204da47..ef56157 100644 --- a/src/libs/Zep/Generated/Zep.Models.ApidataThreadContextResponse.g.cs +++ b/src/libs/Zep/Generated/Zep.Models.ApidataThreadContextResponse.g.cs @@ -9,7 +9,7 @@ namespace Zep public sealed partial class ApidataThreadContextResponse { /// - /// Context block containing relevant facts, entities, and messages/episodes from the user graph. Meant to be replaced in the system prompt on every chat turn. + /// Context block containing relevant facts, entities, and messages/episodes from the user graph. Pass it through the model provider's untrusted-data channel. /// [global::System.Text.Json.Serialization.JsonPropertyName("context")] public string? Context { get; set; } @@ -24,7 +24,7 @@ public sealed partial class ApidataThreadContextResponse /// Initializes a new instance of the class. /// /// - /// Context block containing relevant facts, entities, and messages/episodes from the user graph. Meant to be replaced in the system prompt on every chat turn. + /// Context block containing relevant facts, entities, and messages/episodes from the user graph. Pass it through the model provider's untrusted-data channel. /// #if NET7_0_OR_GREATER [global::System.Diagnostics.CodeAnalysis.SetsRequiredMembers] diff --git a/src/libs/Zep/openapi.json b/src/libs/Zep/openapi.json index d7a123d..5774cba 100644 --- a/src/libs/Zep/openapi.json +++ b/src/libs/Zep/openapi.json @@ -6668,7 +6668,7 @@ "properties": { "context": { "type": "string", - "description": "Context block containing relevant facts, entities, and messages/episodes from the user graph. Meant to be replaced in the system prompt on every chat turn." + "description": "Context block containing relevant facts, entities, and messages/episodes from the user graph. Pass it through the model provider's untrusted-data channel." } }, "title": "ApidataThreadContextResponse"