-
Notifications
You must be signed in to change notification settings - Fork 14
feat(tools): add surveys tools #117
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
Draft
ioannisj
wants to merge
27
commits into
main
Choose a base branch
from
feat/tools/surveys
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Draft
Changes from all commits
Commits
Show all changes
27 commits
Select commit
Hold shift + click to select a range
e916b6a
feat: add crud schema
ioannisj e09e297
feat: add input schema
ioannisj 53fa9bd
feat: add handlers
ioannisj 4adf60f
feat: add api client
ioannisj c64b50b
feat: add surveys schema
ioannisj 05a3364
feat: support branching logic
ioannisj 215d93e
fix: response based branching schemas
ioannisj 7b4b9e6
feat: add more schema annotations
ioannisj efaebcb
feat: add survey global stats tool
ioannisj ab43f7b
fix: survey create tool
ioannisj 76f7b42
fix: improve survey-update tool
ioannisj dcb5ddc
fix: add linked flag and variants to survey conditions
ioannisj 1bf31db
feat: add targeting filter
ioannisj 1c15a0c
Merge branch 'main' into feat/tools/surveys
ioannisj 6abcd1a
fix: iteration count and frequency
ioannisj 3e67b0d
refactor: types
ioannisj 96eeb83
fix: add some input validations
ioannisj 58331ea
feat: add unit tests
ioannisj 7ab9698
fix: tool definitions
ioannisj b9dad6b
chore: update schemas
ioannisj 82c8b06
fix: typecheck
ioannisj 6c2c18d
fix: return full survey on create and update
ioannisj 8945f74
fix: SurveyGetAllSchema
ioannisj 2899b85
fix: use openWorldHint true
ioannisj 781b70f
fix: format survey output
ioannisj 78bd34e
fix: add create tool logic
ioannisj 819851d
fix: nullish for output schemas
ioannisj File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Do we call it 'delete' on the UI?
Or do we have both states? Arquive and really deleted?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
In the UI we have "Delete" for all surveys (permanent) and "Archive" for stopped or completed surveys. Afaik, we don't have an actual soft delete.
Had the same concerns as this comment here, so I went with always archive from mcp instead