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

    Type Alias AgentMessageInputContent

    AgentMessageInputContent:
        | { text: string; type: "input_text" }
        | { encrypted_content: string; type: "encrypted_content" }