Open
Conversation
TheBizzle
requested changes
Feb 12, 2026
Member
There was a problem hiding this comment.
Thank you for your contribution, and sorry that I took so long in getting back to you about this.
- Required fixes
- The relevant
.jarfile is namedLLMChat.jar. This probably works fine on Windows, but other OSes are case-sensitive, and NetLogo fails to find and load the extension for me, until I rename the file tollmchat.jar. The file in the archive needs to be renamed to all-lowercase before I can merge this.- The
codeNamefield in thelibraries.conffile should probably change in the same way
- The
- The relevant
- Recommended changes
- NetLogo does not use camelCase for identifiers, but instead uses kebab-case
- You refer to your extension as
LLMChatin the code, but I would more commonly expect to see it asllm-chat. Capital letters are not really used in NetLogo. - Your demo model reads text from an Input widget and then blanks it. Maybe you would prefer to use the
user-inputprimitive - Your demo model dumps the output to the Command Center, but newlines don't render there. Maybe your model would provide a nicer experience by writing the output to an Output widget.
Author
|
Fixes and recomended changes were made. |
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
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.
No description provided.