@runloop/remote-agents-sdk
    Preparing search index...

    Type Alias InternalChatMessageMetadataPassthrough

    Internal Responses API passthrough metadata copied into underlying chat messages.

    Responses API strongly types this payload. Do not modify it without first getting API approval and making the corresponding Responses API change.

    type InternalChatMessageMetadataPassthrough = {
        turn_id?: string;
    }
    Index

    Properties

    Properties

    turn_id?: string