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

"My Functions" function-group giving error #24

Open
2 tasks done
tanaygodse opened this issue Dec 11, 2024 · 0 comments
Open
2 tasks done

"My Functions" function-group giving error #24

tanaygodse opened this issue Dec 11, 2024 · 0 comments
Assignees

Comments

@tanaygodse
Copy link
Contributor

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants