Skip to content

Add vCon library API reference and update LLM guide#57

Merged
howethomas merged 1 commit intomainfrom
52-update-conserverio-to-match-new-version-of-library
Sep 18, 2025
Merged

Add vCon library API reference and update LLM guide#57
howethomas merged 1 commit intomainfrom
52-update-conserverio-to-match-new-version-of-library

Conversation

@howethomas
Copy link
Copy Markdown
Contributor

Added a comprehensive API reference for the vCon library in API_REFERENCE.md, detailing classes, methods, constants, and usage examples. Updated LLM_GUIDE.md to expand on vCon 0.3.0 features, including advanced party attributes, dialog types, extensions, civic address, party history, multimedia handling, security, validation, and best practices for LLM integration.

Added a comprehensive API reference for the vCon library in API_REFERENCE.md, detailing classes, methods, constants, and usage examples. Updated LLM_GUIDE.md to expand on vCon 0.3.0 features, including advanced party attributes, dialog types, extensions, civic address, party history, multimedia handling, security, validation, and best practices for LLM integration.
@howethomas howethomas linked an issue Sep 18, 2025 that may be closed by this pull request
Copy link
Copy Markdown

@cursor cursor bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This PR is being reviewed by Cursor Bugbot

Details

Your team is on the Bugbot Free tier. On this plan, Bugbot will review limited PRs each billing cycle for each member of your team.

To receive Bugbot reviews on all of your PRs, visit the Cursor dashboard to activate Pro and start your 14-day free trial.

Comment @cursor review or bugbot run to trigger another review on this PR

for dialog in vcon.dialog:
if dialog.get("type") not in ["text", "recording", "transfer", "incomplete", "audio", "video"]:
dialog["type"] = "text" # Default to text
fixes_applied.append(f"Fixed invalid dialog type: {dialog.get('type')}")
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Bug: Logging Error: Incorrect Dialog Type Captured

The validate_and_fix_vcon function logs an inaccurate original dialog type when fixing invalid entries. The fixes_applied message reports "text" because the dialog's type is updated before its initial invalid value is captured for logging.

Fix in Cursor Fix in Web

@howethomas howethomas merged commit a9c8066 into main Sep 18, 2025
6 checks passed
@howethomas howethomas deleted the 52-update-conserverio-to-match-new-version-of-library branch September 18, 2025 22:23
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.

Update conserver.io to match new version of library

1 participant