MCPcopy Create free account
hub / github.com/cloudwego/eino / String

Method String

schema/document.go:50–52  ·  view source on GitHub ↗

String returns the content of the document.

()

Source from the content-addressed store, hash-verified

48
49// String returns the content of the document.
50func (d *Document) String() string {
51 return d.Content
52}
53
54// WithSubIndexes sets the sub-indexes on the document metadata and returns the
55// document for chaining. Sub-indexes let an Indexer route a document into

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected