GroundingVerificationFrame class

A verification result delivered outside the normal answer stream (§3.1): either the live grounding_verification frame (messageType:'LLM', type:'grounding_verification') or the reconnect catch-up grounding_verified event payload. Both carry the same core fields.

Constructors

GroundingVerificationFrame({required String queryId, String? queryGroupId, required double score, required List<GroundingVerdict> verdicts, required GroundingVerificationStatus? verificationStatus, String? model, double? credit})
GroundingVerificationFrame.fromJson(Map<String, dynamic> json)
factory

Properties

credit double?
final
hashCode int
The hash code for this object.
no setterinherited
model String?
final
queryGroupId String?
final
queryId String
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
score double
final
verdicts List<GroundingVerdict>
final
verificationStatus GroundingVerificationStatus?
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited