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

    Type Alias FunctionCallOutputContentItem

    FunctionCallOutputContentItem:
        | { text: string; type: "input_text" }
        | { detail?: ImageDetail; image_url: string; type: "input_image" }
        | { encrypted_content: string; type: "encrypted_content" }

    Responses API compatible content items that can be returned by a tool call. This is a subset of ContentItem with the types we support as function call outputs.