diff --git a/src/libs/Phoenix/Generated/Phoenix.Models.ChatContext.g.cs b/src/libs/Phoenix/Generated/Phoenix.Models.ChatContext.g.cs
index 1f821d9..334b16c 100644
--- a/src/libs/Phoenix/Generated/Phoenix.Models.ChatContext.g.cs
+++ b/src/libs/Phoenix/Generated/Phoenix.Models.ChatContext.g.cs
@@ -210,10 +210,7 @@ public bool TryPickPlayground(
: throw new global::System.InvalidOperationException($"Expected union variant 'Playground' but the value was {ToString()}.");
///
- /// GraphQL runtime state.
- /// Unlike the other contexts this one always emits a block — when no instance
- /// is present the policy defaults to ``disabled`` (the safe default). Callers
- /// in the absent case should use :meth:`render_disabled_default`.
+ /// GraphQL runtime state.
///
#if NET6_0_OR_GREATER
public global::Phoenix.GraphQLContext? Graphql { get; init; }
diff --git a/src/libs/Phoenix/Generated/Phoenix.Models.GraphQLContext.g.cs b/src/libs/Phoenix/Generated/Phoenix.Models.GraphQLContext.g.cs
index 5898479..584cbc5 100644
--- a/src/libs/Phoenix/Generated/Phoenix.Models.GraphQLContext.g.cs
+++ b/src/libs/Phoenix/Generated/Phoenix.Models.GraphQLContext.g.cs
@@ -4,10 +4,7 @@
namespace Phoenix
{
///
- /// GraphQL runtime state.
- /// Unlike the other contexts this one always emits a block — when no instance
- /// is present the policy defaults to ``disabled`` (the safe default). Callers
- /// in the absent case should use :meth:`render_disabled_default`.
+ /// GraphQL runtime state.
///
public sealed partial class GraphQLContext
{
diff --git a/src/libs/Phoenix/openapi.json b/src/libs/Phoenix/openapi.json
index 878d374..cc83069 100644
--- a/src/libs/Phoenix/openapi.json
+++ b/src/libs/Phoenix/openapi.json
@@ -9628,7 +9628,7 @@
"mutationsEnabled"
],
"title": "GraphQLContext",
- "description": "GraphQL runtime state.\n\nUnlike the other contexts this one always emits a block — when no instance\nis present the policy defaults to ``disabled`` (the safe default). Callers\nin the absent case should use :meth:`render_disabled_default`."
+ "description": "GraphQL runtime state."
},
"HTTPValidationError": {
"properties": {