RagAnnotation
in package
A RAG annotation enriched with field-level configuration.
Table of Contents
Properties
Methods
- __construct() : mixed
- toArray() : array<string, mixed>
Properties
$fields
public
AnnotatedFields
$fields
Annotated fields.
Methods
__construct()
public
__construct(array<string, mixed> $rawResponse) : mixed
Parameters
- $rawResponse : array<string, mixed>
-
Raw server response array.
toArray()
public
toArray() : array<string, mixed>
Return values
array<string, mixed> —Array representation for serialization.