-
Notifications
You must be signed in to change notification settings - Fork 2k
Pull requests: CopilotKit/CopilotKit
Author
Label
Projects
Milestones
Reviews
Assignee
Sort
Pull requests list
improve error handling: problem with the LLM or remote actions
#813
opened Oct 25, 2024 by
mme
Loading…
2 tasks done
Comments Class Unit Tests This file contains unit tests for the Comments class, which is located in the capilot/lib/comment.ts file within the Copilot repository. Purpose The Comments class provides functionality for extracting and processing comments from TypeScript nodes. The unit tests aim to ensure the reliability and correctness of these methods, which include: getCleanedCommentsForNode: Retrieves and cleans the comments associated with a given node. getDefaultValueForNode: Extracts the default value annotations from the comments of a node. getTsDocCommentsForFunction: Parses the comments for a function to extract the main comment and parameter descriptions. By running these tests, we can confirm that the Comments class behaves as expected, which is crucial for maintaining documentation accuracy and ensuring that code annotations are processed correctly across the Copilot project.
#742
opened Oct 12, 2024 by
harshitajha4680
Loading…
2 tasks
Imrpoved the documentation quality in the new documentation
#733
opened Oct 10, 2024 by
LitZeus
Loading…
📚 Documentation Improvements: Typos and Readability Enhancements ✏️
#689
opened Oct 4, 2024 by
LitZeus
Loading…
Update step-2-setup-copilotkit.mdx: Fix typo
textare
=> textarea
#571
opened Sep 16, 2024 by
pradip-v2
Loading…
Fix: Adjust modal height to prevent fullscreen issues in sidebar
#565
opened Sep 11, 2024 by
suhasdeshpande
Loading…
ProTip!
Filter pull requests by the default branch with base:main.