types.ContentJson
self, value) types.ContentJson(
JSON content
This content type primarily exists to signal structured data extraction (i.e., data extracted via Chat
’s .extract_data()
method)
Parameters
Name | Type | Description | Default |
---|---|---|---|
value | dict[str, Any] | The JSON data extracted | required |