Skip to content

Commit 174f96b

Browse files
docs: reframe no_flatten comment (currently better, expected to close)
1 parent 9798a59 commit 174f96b

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/gcf/generic.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@ class GenericOptions:
1414
no_flatten: bool = False
1515
"""When True, disables promotion of fixed-shape nested objects to path
1616
columns (e.g. "customer>name"). Nested objects use attachment syntax
17-
instead. Set when targeting open-weight models that show lower
18-
comprehension on flattened encoding."""
17+
instead. Open-weight models currently comprehend the expanded form
18+
better; this gap is expected to close."""
1919

2020

2121
def encode_generic(data: Any, opts: GenericOptions | None = None) -> str:

0 commit comments

Comments
 (0)