-
Notifications
You must be signed in to change notification settings - Fork 9
Open
Description
Prerequisites
- I checked the documentation and found no answer to my problem
- I checked the existing issues and made sure there are no similar bug reports
Category
Bug (unexpected behavior)
Expected Behavior
When running the example, the function-groups can be filtered using their group name, the options are "Fetch Verified", "Public" and "My Functions". All should be functioning.
Observed Behavior
Exception: Request failed with status 500 to POST: /v1beta1/engine/chat/sessions
Getting the above status 500 error for "My Functions", the other two groups work.
To Reproduce
Change the line:
public_group = next((g for g in function_groups if g.name == "Fetch Verified"), None)
to
public_group = next((g for g in function_groups if g.name == "My Functions"), None)
Version
v0.1.2
Environment Details (Optional)
No response
Failure Logs (Optional)
No response
Additional Information (Optional)
No response
Metadata
Metadata
Assignees
Labels
No labels