GroundingChunk

class oci.generative_ai_inference.models.GroundingChunk(**kwargs)

Bases: object

object containing the source.

Methods

__init__(**kwargs) Initializes a new GroundingChunk object with values from keyword arguments.

Attributes

web Gets the web of this GroundingChunk.
__init__(**kwargs)

Initializes a new GroundingChunk object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):

Parameters:web (oci.generative_ai_inference.models.GroundingWebChunk) – The value to assign to the web property of this GroundingChunk.
web

Gets the web of this GroundingChunk.

Returns:The web of this GroundingChunk.
Return type:oci.generative_ai_inference.models.GroundingWebChunk