Skip to content

Make pet more conversational with engaging dialogue#7

Draft
Copilot wants to merge 3 commits intomainfrom
copilot/refactor-pet-conversation-feature
Draft

Make pet more conversational with engaging dialogue#7
Copilot wants to merge 3 commits intomainfrom
copilot/refactor-pet-conversation-feature

Conversation

Copy link

Copilot AI commented Jan 16, 2026

Pet responses were limited to sounds and 1-2 short sentences. Updated LLM integration to encourage full conversational dialogue.

Changes

  • System prompt: Replaced "Keep responses to 1-2 short sentences max" with instructions to have real conversations, share feelings, ask questions, and tell stories
  • Token limit: Increased NumPredict from 100 → 250 to allow longer responses
  • User prompt: Changed from "Respond as the pet (1-2 sentences)" to "Respond as the pet and have a conversation with your owner"
  • Fallback messages: Expanded all state-based and action-based messages to be conversational with full sentences and questions
  • MockClient: Updated canned messages for no-LLM mode; made consistent with fallback messages

Example

Before:

*yawns* So sleepy...

After:

*yawns widely* I'm feeling so sleepy... It's been such a busy day! Maybe we could rest together for a bit? That would be really nice... 😴
Original prompt

ok lets make so its more conversetional the pet and does converatstion with the user not just sounds and small sentences


💡 You can make Copilot smarter by setting up custom instructions, customizing its development environment and configuring Model Context Protocol (MCP) servers. Learn more Copilot coding agent tips in the docs.

Copilot AI changed the title [WIP] Improve pet conversational capabilities with user Make pet more conversational with engaging dialogue Jan 16, 2026
Copilot AI requested a review from danielmerja January 16, 2026 21:50
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