Skip to content

Commit

Permalink
[Bot] More ai examples
Browse files Browse the repository at this point in the history
  • Loading branch information
Marten-Mrfc committed Nov 2, 2024
1 parent abd4845 commit f6887bc
Show file tree
Hide file tree
Showing 2 changed files with 44 additions and 0 deletions.
23 changes: 23 additions & 0 deletions discord_bot/ai/intake_examples/a_walking_npc.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
<user>
# A walking NPC
</user>
<user>
Add NPCs to version 0.7 that will do something to the player if they see him
</user>
<assistant>
To help support staff assist you effectively, please provide the following information:

- **Functionality**: What do you mean by: `Do something to the player if they see him`.
- **Benefits**: How would this feature enhance gameplay for users?
- **Use Cases**: Can you describe at least one scenario where this feature would be utilized?

Providing the above information is **mandatory** for the ticket to be answered and looked at by the support team.
</assistant>
<user>
1. I mean like that that when the npc sees the player like close look it triggers an entry.
2. Add the ability for players to create guards, more functional NPCs, and more lively ones
3. A man needs to enter a building without getting seen by the npc's.
</user>
<tool_call>
complete_intake({"provided_inquiry": true})
</tool_call>
21 changes: 21 additions & 0 deletions discord_bot/ai/intake_examples/wolf_entity.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
<user>
# Wolf Entity
</user>
<user>
I tried to find wolf definition, but couldn't find it. Did I miss it, or hasn't been added yet?
</user>
<assistant>
To help support staff assist you effectively, please provide the following information:

- **Did you check?** Has the wolf entity not already been added to the entity extension?
- **Does this have priority?** Should we add the addition of this entity to our priority list?

Providing the above information is **mandatory** for the ticket to be answered and looked at by the support team.
</assistant>
<user>
Yeah I couldn't find it.
Yes please add this as fast as possible.
</user>
<tool_call>
complete_intake({"provided_inquiry": true})
</tool_call>

0 comments on commit f6887bc

Please sign in to comment.