InlineSource(mapping=None, *, ignore_unknown_fields=False, **kwargs)
Message to be used for grounding based on inline content.
Attributes |
|
---|---|
Name | Description |
grounding_facts |
MutableSequence[google.cloud.discoveryengine_v1beta.types.GroundingFact]
List of facts to be used for grounding. |
attributes |
MutableMapping[str, str]
Attributes associated with the content. Common attributes include source (indicating where the
content was sourced from) and author (indicating the
author of the content).
|
Classes
AttributesEntry
AttributesEntry(mapping=None, *, ignore_unknown_fields=False, **kwargs)
The abstract base class for a message.
Parameters | |
---|---|
Name | Description |
kwargs |
dict
Keys and values corresponding to the fields of the message. |
mapping |
Union[dict,
A dictionary or message to be used to determine the values for this message. |
ignore_unknown_fields |
Optional(bool)
If True, do not raise errors for unknown fields. Only applied if |