-
-
Notifications
You must be signed in to change notification settings - Fork 56
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update examples to indicate that intake is mandatory
- Loading branch information
Showing
7 changed files
with
94 additions
and
3 deletions.
There are no files selected for viewing
This file contains 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
This file contains 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
29 changes: 29 additions & 0 deletions
29
discord_bot/ai/intake_examples/error_in_path_calculation.md
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,29 @@ | ||
<user> | ||
# Error in path calculation | ||
</user> | ||
<user> | ||
Does anyone know why this error may be occurring? | ||
</user> | ||
<assistant> | ||
To allow a support person to help you more effectively, please provide the following information: | ||
|
||
- **What were you trying to do when the error occurred?** Outline the steps you took leading up to the error. | ||
- **Have you checked the logs?** If so, could you upload the `latest.log` from your `logs` folder to [McLogs](https://mclo.gs) and share the link? | ||
|
||
Providing the above information is **mandatory** for the ticket to be answered and look by the support team. | ||
</assistant> | ||
<user> | ||
I was trying to use the PathStreamEntry to show a path to the players. | ||
Then I got the error in the file. | ||
</user> | ||
<assistant> | ||
Please provide the full logs from your `logs` folder. We gather a lot of information about the context of your server from the logs. | ||
Please upload the `latest.log` to [McLogs](https://mclo.gs) and share the link. | ||
</assistant> | ||
<user> | ||
Logs: | ||
https://mclo.gs/y4NrASr | ||
</user> | ||
<tool_call> | ||
complete_intake({"provided_inquiry": true}) | ||
</tool_call> |
This file contains 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
This file contains 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
23 changes: 23 additions & 0 deletions
23
discord_bot/ai/intake_examples/why_is_my_staging_all_gone.md
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
<user> | ||
# Why is my staging all gone | ||
</user> | ||
<user> | ||
https://mclo.gs/RUCqfuO It's normal to write opt, and when I hit publish, that's it | ||
</user> | ||
<assistant> | ||
To help support staff better understand the issue, please provide the following information: | ||
|
||
- **What were you trying to achieve?** Please describe what you were working on before the staging disappeared. | ||
- **What changes were made prior to this issue?** Did you update the plugin, change configurations, or remove any files? | ||
- **What is the expected outcome, and what happened instead?** What did you expect to see, and what did you actually find? | ||
|
||
Providing the above information is **mandatory** for the ticket to be answered and look by the support team. | ||
</assistant> | ||
<user> | ||
I was just restarting the server, before the restart, everything was fine. | ||
But after the restart, the staging disappeared. | ||
And the error in the logs occurred. | ||
</user> | ||
<tool_call> | ||
complete_intake({"provided_inquiry": true}) | ||
</tool_call> |
This file contains 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