-
-
Notifications
You must be signed in to change notification settings - Fork 52
feat: add bot configuration schema #81
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
Merged
Merged
Conversation
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
This was referenced Jan 20, 2025
This stack of pull requests is managed by Graphite. Learn more about stacking. |
This was referenced Jan 20, 2025
1294ed4 to
c7516ad
Compare
6bc6faa to
c974cf7
Compare
c7516ad to
9f9540c
Compare
c974cf7 to
93ac0a1
Compare
Graphite Automations"Auto-assign PRs to author" took an action on this PR • (01/20/25)1 assignee was added to this PR based on Jason Huang's automation. |
sahibkhokhar
approved these changes
Jan 20, 2025
9f9540c to
562d65b
Compare
93ac0a1 to
6410d46
Compare
3c008b5 to
9497a11
Compare
6410d46 to
5ddbd57
Compare
9497a11 to
9abe704
Compare
5ddbd57 to
e8dd3b7
Compare
e8dd3b7 to
548f642
Compare
Merge activity
|
liongyeehong
pushed a commit
to Xxell-Ai/meetingbot
that referenced
this pull request
Sep 15, 2025
### TL;DR Added Zod schema definitions for bot configuration and automatic leave settings, to be consistent with meetingbot#77 ### What changed? - Created new schema definitions for bot configuration validation: - `silenceDetectionSchema`: Defines timeout and activation parameters - `botDetectionSchema`: Specifies detection settings using participant events and names - `automaticLeaveSchema`: Combines silence detection, bot detection, and various timeout settings - `botConfigSchema`: Extends existing bot schema with display name, image, callback URL, heartbeat, and automatic leave settings
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
TL;DR
Added Zod schema definitions for bot configuration and automatic leave settings, to be consistent with #77
What changed?
silenceDetectionSchema: Defines timeout and activation parametersbotDetectionSchema: Specifies detection settings using participant events and namesautomaticLeaveSchema: Combines silence detection, bot detection, and various timeout settingsbotConfigSchema: Extends existing bot schema with display name, image, callback URL, heartbeat, and automatic leave settings