Documentation

BaseRagAnnotationResponse extends BaseResponse
in package

Base class for all RAG document responses from the V2 API.

Table of Contents

Properties

$createdAt  : DateTimeImmutable
$filename  : string
$id  : string
$status  : string

Methods

__construct()  : mixed
getRawHttp()  : string

Properties

Methods

__construct()

public __construct(array<string, mixed> $rawResponse) : mixed
Parameters
$rawResponse : array<string, mixed>

Raw server response array.

getRawHttp()

public getRawHttp() : string
Return values
string

Raw dump of the JSON response.

On this page

Search results