GroundingFact
Stay organized with collections
Save and categorize content based on your preferences.
JSON representation |
{
"factText": string,
"attributes": {
string: string,
...
}
} |
Fields |
factText |
string
Text content of the fact. Can be at most 10K characters long.
|
attributes |
map (key: string, value: string)
Attributes associated with the fact. Common attributes include source (indicating where the fact was sourced from), author (indicating the author of the fact), and so on.
|
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2025-03-03 UTC.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-03 UTC."],[[["The provided content outlines the JSON structure for representing a fact."],["Each fact is represented as a JSON object with two main fields: `factText` and `attributes`."],["The `factText` field, a string, holds the actual text of the fact and is limited to 10,000 characters."],["The `attributes` field is a map that contains key-value pairs of strings, which are details such as the fact's source or author."]]],[]]