[Bug] Providing an initial prompt causes engine to prematurely terminate #81
Locked
Jake Smith (jsmith13)
announced in
Bugs
Replies: 2 comments
|
This is a very interesting bug. Are you using the default "Mission Control" engine or providing your own system prompt? If you are providing your own, do you mind sharing it or giving a sanitized summary? Also, do you have any tools enabled? I suspect that the engine is not provided any tools or direction in some way so the only thing it sees is it's own "end session" default tool. If you can share the engine definition json or a screensnap of the settings panel we can look into it more. |
0 replies
|
test-agent.json Run without a user prompt, it picks up and executes a task, then runs into issue #78 Run with a user prompt, e.g. "Please pick up design task A", the behavior here is observed. |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Which Microsoft Discovery surface?
Microsoft Discovery app (Windows desktop client)
For Services bugs only — which area in this repo?
N/A — this is an app bug
Specific catalog item (Services only)
No response
Microsoft Discovery app version
No response
OS version (app only)
No response
What were you trying to do?
Assign an engine to a task
Steps to reproduce
Expected behavior
The engine runs until the task is complete, then terminates.
Actual behavior
The engine makes a small number of tool calls then stop itself throught this mechanism.
[3:23:30 PM] 🏁 Done: Stop reason: end_turn
[3:23:34 PM] 🏁 Done: Stop reason: end_turn
[3:23:38 PM] 🏁 Done: Stop reason: end_turn
[3:23:38 PM] 🏁 Done: Engine completed — 3 consecutive idle turns detected.
Engines without an initial prompt provided do not show this behavior.
Logs and diagnostics
No response
Severity
Major — Workaround exists, but it's painful
Confirmations
All reactions