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

Added Float type to the function parameter values #77

Merged
merged 10 commits into from
Sep 25, 2024
Prev Previous commit
Next Next commit
fix bug in employee details copilot with function paths
  • Loading branch information
Sampreeth-sarma committed Sep 25, 2024
commit 93fcf4c98acc849affbfc61a99f86a647cfb0b46
2 changes: 2 additions & 0 deletions demos/employee_details_copilot/bolt_config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -161,6 +161,7 @@ prompt_targets:
description: Minimum performance score to filter employees.
required: true
type: float
default: 4.0
- name: department
description: Department to filter by (optional).
required: false
Expand Down Expand Up @@ -190,6 +191,7 @@ prompt_targets:
description: Department to filter employees by (optional).
required: false
type: string
default: "Engineering"
endpoint:
cluster: api_server
path: /certifications_experience
Expand Down
Loading