Skip to content

fix(tools): user tool missing schema parameters#80

Open
rickliujh wants to merge 1 commit into
smartsheet-platform:mainfrom
rickliujh:fix/user-tool-schema
Open

fix(tools): user tool missing schema parameters#80
rickliujh wants to merge 1 commit into
smartsheet-platform:mainfrom
rickliujh:fix/user-tool-schema

Conversation

@rickliujh

Copy link
Copy Markdown

functions that missing schema parameters:
list_users
get_current_user

Pull Request

Description

fix two functions that missing schema parameters that cause Error: Invalid schema type or missing properties when loading:

  1. list_users
  2. get_current_user

Related Issue

Fixes #79

Type of Change

  • Bug fix
  • New feature
  • Documentation update
  • Code refactoring
  • Other (please describe):

How Has This Been Tested?

tested using flowise

Checklist

  • My code follows the code style of this project
  • I have added tests that prove my fix is effective or that my feature works
  • I have updated the documentation accordingly
  • My changes generate no new warnings or errors

functions that missing schema parameters:
list_users
get_current_user
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

Successfully merging this pull request may close these issues.

[BUG] Error: Invalid schema type or missing properties

1 participant