Interface: SaveExampleArgs
Arguments for saving examples.
Properties
content?
optional
content:string
The content of the example being saved. If not provided, it defaults to the generated content associated with the document ID. (optional)
Defined in
docId
docId:
string
The document ID for the example. This ID is used to identify the document being evaluated.
Defined in
reason?
optional
reason:string
The reason for assigning the verdict. This provides context or justification for why the example was marked as "good" or "bad". (optional)
Defined in
verdict
verdict:
string
The verdict for the example, indicating whether the example is classified as "good" or "bad". This verdict is used to categorize the example.