Variable QueryEndpointResponseObjectConst
QueryEndpointResponseObject: {
CHAT_COMPLETION: "chat.completion";
LIST: "list";
QUERY_ENDPOINT_RESPONSE_OBJECT_UNSPECIFIED: "QUERY_ENDPOINT_RESPONSE_OBJECT_UNSPECIFIED";
TEXT_COMPLETION: "text_completion";
} = ...
Type Declaration
ReadonlyCHAT_COMPLETION: "chat.completion"
ReadonlyLIST: "list"
ReadonlyQUERY_ENDPOINT_RESPONSE_OBJECT_UNSPECIFIED: "QUERY_ENDPOINT_RESPONSE_OBJECT_UNSPECIFIED"
ReadonlyTEXT_COMPLETION: "text_completion"
The type of object returned by the external/foundation model serving endpoint, one of [text_completion, chat.completion, list (of embeddings)].