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

Prefill element template properties #17

Open
philippfromme opened this issue Mar 28, 2024 · 0 comments
Open

Prefill element template properties #17

philippfromme opened this issue Mar 28, 2024 · 0 comments
Labels
backlog enhancement New feature or request

Comments

@philippfromme
Copy link
Collaborator

When making a suggestion which element template to apply the model could also be asked to prefill some if the element template's properties based on the input provided by the user. When using function calling these could be returned as arguments of the function call.

Example:

Task "Create Slack channel"

Response:

tool_calls: [
  {
    name: 'template_Slack_v1',
    arguments: {
      method: 'create_cannel'
    }
  }
]

Resulting in

image

@philippfromme philippfromme added the enhancement New feature or request label Mar 28, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
backlog enhancement New feature or request
Development

No branches or pull requests

1 participant