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

    Type Alias UserInput

    UserInput:
        | { text: string; text_elements: TextElement[]; type: "text" }
        | { detail?: ImageDetail; type: "image"; url: string }
        | { detail?: ImageDetail; path: string; type: "localImage" }
        | { name: string; path: string; type: "skill" }
        | { name: string; path: string; type: "mention" }

    Type Declaration

    • { text: string; text_elements: TextElement[]; type: "text" }
      • text: string
      • text_elements: TextElement[]

        UI-defined spans within text used to render or persist special elements.

      • type: "text"
    • { detail?: ImageDetail; type: "image"; url: string }
    • { detail?: ImageDetail; path: string; type: "localImage" }
    • { name: string; path: string; type: "skill" }
    • { name: string; path: string; type: "mention" }