Skip to content

"My Functions" function-group giving error #24

@tanaygodse

Description

@tanaygodse

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

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions