This documentation is also published as Markdown for efficient machine reading: the whole site is indexed at /llms.txt, and every page has a clean Markdown copy under /_llms/. These are generated from the same source and cost far fewer tokens to read than this rendered HTML.

Skip to main content Skip to navigation

EndpointOrigin Pennington.Pipeline

Endpoint opted into llms.txt via WithLlmsTxtEntry; the direct URL is the link target and no HTML is captured.

Properties

DirectUrl string
URL of the endpoint the llms.txt index should point at.

Constructors

EndpointOrigin

#
public EndpointOrigin(string DirectUrl)

Endpoint opted into llms.txt via WithLlmsTxtEntry; the direct URL is the link target and no HTML is captured.

Parameters

DirectUrl string
URL of the endpoint the llms.txt index should point at.

Pennington.Pipeline.EndpointOrigin

namespace Pennington.Pipeline;

/// Endpoint opted into llms.txt via WithLlmsTxtEntry; the direct URL is the link target and no HTML is captured.
public record EndpointOrigin
{
    /// URL of the endpoint the llms.txt index should point at.
    
public string DirectUrl { get; set; }
/// Endpoint opted into llms.txt via WithLlmsTxtEntry; the direct URL is the link target and no HTML is captured.
public EndpointOrigin(string DirectUrl)
; }