Interface LookupContextResponseOrBuilder (1.86.0)

public interface LookupContextResponseOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getContext()

public abstract String getContext()

LLM generated context for the resources.

string context = 1;

Returns
Type Description
String

The context.

getContextBytes()

public abstract ByteString getContextBytes()

LLM generated context for the resources.

string context = 1;

Returns
Type Description
ByteString

The bytes for context.