We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9798a59 commit 174f96bCopy full SHA for 174f96b
1 file changed
src/gcf/generic.py
@@ -14,8 +14,8 @@ class GenericOptions:
14
no_flatten: bool = False
15
"""When True, disables promotion of fixed-shape nested objects to path
16
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."""
+ instead. Open-weight models currently comprehend the expanded form
+ better; this gap is expected to close."""
19
20
21
def encode_generic(data: Any, opts: GenericOptions | None = None) -> str:
0 commit comments