Vibe.Context.Recall (vibe v0.2.1)

Copy Markdown View Source

Retrieves relevant context from storage and memory for prompts.

Summary

Functions

block(query, opts \\ [])

@spec block(
  String.t(),
  keyword()
) :: String.t()

search(query, opts \\ [])

@spec search(
  String.t(),
  keyword()
) :: {:ok, [Vibe.Storage.Search.Result.t()]} | {:error, term()}