diagnosticInfo property

SessionOutputDiagnosticInfo? diagnosticInfo
getter/setter pair

Diagnostic information contains execution details during the processing of the input.

Only populated in the last SessionOutput (with turn_completed=true) for each turn.

Optional.

Implementation

SessionOutputDiagnosticInfo? diagnosticInfo;