Skip to content

Draft: [Spike] Prompt lifecycle management

Eduardo Bonet requested to merge 411398-prompt-lifecycle-management into master

Goals of this spike:

Within a local instance of GitLab.com:

  • Users can create prompts
  • Users can create prompt versions
  • Users can navigate through prompt versions
  • Users can pull a prompt version and use in a LangChain chain

Optional goals:

  • Users can test the prompts on GitLab
  • Users can execute a prompt against Gitlab LLM by passing the name of the prompt
  • Define a tool that calls a GitLab function

This spike will run for 2 weeks, starting May 8th

Non Goals

  • Create mergeable code
  • Embeddings
  • Tool execution
Edited by Eduardo Bonet

Merge request reports