SemanticRetrieverChunk

io.cequence.openaiscala.gemini.domain.response.AttributionSourceId$.SemanticRetrieverChunk
case class SemanticRetrieverChunk(source: String, chunk: String) extends AttributionSourceId

Identifier for a Chunk retrieved via Semantic Retriever specified in the GenerateAnswerRequest using SemanticRetrieverConfig.

Attributes

chunk

Output only. Name of the Chunk containing the attributed text. Example: corpora/123/documents/abc/chunks/xyz

source

Output only. Name of the source matching the request's SemanticRetrieverConfig.source. Example: corpora/123 or corpora/123/documents/abc

Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

Members list

Concise view

Value members

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product

Concrete fields