Skip to content

LLM based text -> destination checker #1698

Answered by mre
carlsverre asked this question in Ideas
Discussion options

You must be logged in to vote

The idea sounds enticing, but I would like to be upfront and say that this is not an area of focus for the tool. If anything, we might be able to support a different "context" output at some point, which is a machine-readable format for each link and the text around it.
Here's how an MVP version could look like:

{
  "links": [
    {
      "link_text": "official documentation",
      "destination_url": "https://example.com/docs",
      "surrounding_context": "For more information about this feature, check the [official documentation](https://example.com/docs) which explains the implementation details."
    },
    {
      "link_text": "troubleshooting guide",
      "destination_url": "https…

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@carlsverre
Comment options

Answer selected by mre
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Ideas
Labels
None yet
2 participants