You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
Prerequisites
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
The text was updated successfully, but these errors were encountered: