thoughtSignature property

List<int>? thoughtSignature
final

Optional opaque thought signature bytes.

The API may return this alongside thought text; it must be preserved and sent back unchanged when echoing the conversation history.

Implementation

final List<int>? thoughtSignature;