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
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