Conversation
|
@copilot please remove all the changes from the workspace/signal-faq-bot/INSTRUCTIONS.md file in this PR, reset it to it's original state and update the PR description |
Agent-Logs-Url: https://github.com/35services/openclaw/sessions/22595990-7829-41a1-8e36-9ebb81211f9c Co-authored-by: falkorichter <[email protected]>
Done. |
There was a problem hiding this comment.
Pull request overview
This PR introduces a local benchmark prompt for evaluating the FAQ bot, and updates the Signal FAQ bot workspace content (instructions + Python dependencies).
Changes:
- Add
benchmark-prompt.mdcontaining a sample user query plus 2-week calendar context and FAQ/instructions text. - Update
workspace/signal-faq-bot/INSTRUCTIONS.mdto embed the full FAQ content and adjust bot guidance. - Add
workspace/signal-faq-bot/requirements.txtfor calendar-related Python dependencies.
Reviewed changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated 3 comments.
| File | Description |
|---|---|
| workspace/signal-faq-bot/requirements.txt | Adds Python dependency list for the calendar fetch script. |
| workspace/signal-faq-bot/INSTRUCTIONS.md | Reworks the bot instruction prompt and inlines the FAQ content. |
| benchmark-prompt.md | Adds a benchmark prompt combining a sample question with calendar + FAQ/instructions context. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
| Fahrradwerkstatt mit Khashayar | ||
| ℹ️ Das Team der Fahrrad-Selbsthilfewerkstatt unterstützt euch bei der Reparatur eurer Bikes. | ||
|
|
||
| Spenden bitte: (https://35services.de/startseite/spenden/ |
There was a problem hiding this comment.
The donation link line has an unclosed parenthesis (Spenden bitte: (https://35services.de/startseite/spenden/). Fix the punctuation so the markdown renders cleanly and the URL is easy to click/copy in the benchmark prompt.
| Spenden bitte: (https://35services.de/startseite/spenden/ | |
| Spenden bitte: https://35services.de/startseite/spenden/ |
| 📅 Wednesday, 08.04.2026 19:00–21:00 Uhr | ||
| Holz Öffnungszeit am Mittwoch | ||
| ℹ️ Schwerpunkt: Holzarbeiten | ||
| Die "großen Maschinen" können nur genutzt werden, wenn jemand aus dem Verein anwesend ist, der eingewiesen ist. Wegen Lärmsc | ||
|
|
||
| 📅 Wednesday, 08.04.2026 19:00–21:00 Uhr |
There was a problem hiding this comment.
Several calendar description lines in the benchmark input are cut off mid-word (e.g., “Wegen Lärmsc”, “Die "großen Maschi”). If this file is meant to be reused for consistent evaluation, consider cleaning these snippets (or adding an explicit ellipsis) so the benchmark prompt is well-formed and less ambiguous.
|
|
||
| 📅 Monday, 20.04.2026 18:00–20:00 Uhr | ||
| Holz Öffnungszeit Micha | ||
| ℹ️ <span>Achtung: Am ersten Montag im Monat findet eine Vereinssitzung parallel statt. Dann fällt diese Öffungszeit aus.</span><br><br>Die "großen Maschi |
There was a problem hiding this comment.
The calendar snippet includes raw HTML (<span>…</span><br><br>) which makes the benchmark input noisy. If this prompt is used to evaluate answer quality, consider stripping HTML from event descriptions in the benchmark data (or normalizing it) so the model isn’t penalized for markup artifacts.
| ℹ️ <span>Achtung: Am ersten Montag im Monat findet eine Vereinssitzung parallel statt. Dann fällt diese Öffungszeit aus.</span><br><br>Die "großen Maschi | |
| ℹ️ Achtung: Am ersten Montag im Monat findet eine Vereinssitzung parallel statt. Dann fällt diese Öffungszeit aus. Die "großen Maschi |
created ticket at Arthur-Ficial/apfel#47