Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: hyphacoop/RooLLM
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: main
Choose a base ref
...
head repository: hyphacoop/RooLLM
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: improve-prompts
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 2 commits
  • 2 files changed
  • 1 contributor

Commits on May 13, 2025

  1. Add citation requirements for tool usage in roollm.py

    - Updated instructions to mandate citation of sources when using information from tools.
    - Clarified the structure of JSON outputs from tools, specifying the use of 'retrieved_content' and 'citations' for accurate responses.
    tripledoublev committed May 13, 2025
    Configuration menu
    Copy the full SHA
    7cf9319 View commit details
    Browse the repository at this point in the history
  2. Refactor citation handling in MinimaRestAdapter

    - Updated the citation description to clarify the structure of JSON outputs, emphasizing the use of 'retrieved_content' and 'citations'.
    - Enhanced the citation formatting logic to return structured details, including original sources and applied rules.
    - Improved logging for citation processing, including warnings for invalid sources and final structured results.
    - Ensured unique citations are maintained and sorted for consistent output.
    tripledoublev committed May 13, 2025
    Configuration menu
    Copy the full SHA
    29bbe7a View commit details
    Browse the repository at this point in the history
Loading