Skip to content
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

Use deepseek v3 to extract comments from wikivg into the protocol #979

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

rom1504
Copy link
Member

@rom1504 rom1504 commented Jan 27, 2025

Prompt

I would like you to match the packets from these 2 files (they have approximately the same names), then add the descriptions from the wikivgfirstpart.txt files as comments in the packets of the proto_without_common.yml file then send me that augmented proto_without_common.yml file. if you don't find a packet; don't invent the description and leave the proto_without_common.yml packet as is. Still try your best to find the matching packet; the case is different and the wording might be slightly different
For example packet_common_select_known_packs is Clientbound Known Packs
so 
Informs the client of which data packs are present on the server. The client is expected to respond with its own Serverbound Known Packs packet. The Notchian server does not continue with Configuration until it receives a response.

The Notchian client requires the minecraft:core pack with version 1.21.4 for a normal login sequence. This packet must be sent before the Registry Data packets.

should be added as a comment with # 
before packet_common_select_known_packs

don't be imaginative and just reuse the description from the wikivgfirstpart.txt file. Also please add the name of the wikivgfirstpart.txt packet in the yml comment prefixed by wiki.vg: 

and give it 2 files:

  1. proto.yml (remove the non packet part at the start)
  2. https://minecraft.wiki/w/Minecraft_Wiki:Projects/wiki.vg_merge/Protocol (copy paste as text from browser)

it eventually went above the length limit, so to avoid that I'll first do the client bound then the server bound next time

@rom1504 rom1504 changed the title Use deepseek to extract comments from wikivg into the protocol Use deepseek v3 to extract comments from wikivg into the protocol Jan 27, 2025
@Slauh
Copy link

Slauh commented Jan 27, 2025

interesting. does It give vaild data?

@rom1504
Copy link
Member Author

rom1504 commented Jan 28, 2025

I think so, you can see in this PR

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.

2 participants