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

    Type Alias ThreadInjectItemsParams

    type ThreadInjectItemsParams = {
        items: JsonValue[];
        threadId: string;
    }
    Index

    Properties

    Properties

    items: JsonValue[]

    Raw Responses API items to append to the thread's model-visible history.

    threadId: string