Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[WIP] Add possibility to register functions in a type-safe manner #787

Open
wants to merge 3 commits into
base: main
Choose a base branch
from

Commits on Jun 5, 2024

  1. Configuration menu
    Copy the full SHA
    0f947e1 View commit details
    Browse the repository at this point in the history
  2. PoC: Create a new annotation to define Tools to be available in the C…

    …hatClient
    
    The advantage of this annotation over the existing approach is that it forces the definition of a description. Thereby reducing surprising errors at runtime and shortening feedback cycles for developers. This works with the existing code base
    pgerhard committed Jun 5, 2024
    Configuration menu
    Copy the full SHA
    87bb4cb View commit details
    Browse the repository at this point in the history
  3. PoC: Create a factory class for defining tools.

    Created a new factory class that centralises the creation of Tools. It provides and API for creating Tools by
    - name
    - lambda
    - bean type
    pgerhard committed Jun 5, 2024
    Configuration menu
    Copy the full SHA
    cb5a2a5 View commit details
    Browse the repository at this point in the history