interface ThoughtSignatureDelta {
    signature?: string;
    type: "thought_signature";
}

Properties

Properties

signature?: string

Signature to match the backend source to be part of the generation.

type: "thought_signature"

Used as the OpenAPI type discriminator for the content oneof.