EndpointOrigin Pennington.Pipeline
Endpoint opted into llms.txt via WithLlmsTxtEntry; the direct URL is the link target and no HTML is captured.
Properties
DirectUrlstring- 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
DirectUrlstring- 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)
;
}