Skip to content

AgentHost: Question text is repeated in questions widget #311121

@roblourens

Description

@roblourens
Image
[2026-04-17T23:36:30.049Z] ** onDidAction
{
  "action": {
    "type": "session/toolCallReady",
    "session": "copilot:/3ca60dab-c07a-445c-b76f-b8a61e45294c",
    "turnId": "request_448ac443-00d9-4b2e-93ba-73a147803b17",
    "toolCallId": "tooluse_zv0UUdjn67XgpzCTudbXD5",
    "invocationMessage": "Using \"Ask User\"",
    "toolInput": "{\n  \"question\": \"For the web dashboard frontend, do you have a preference on technology? I'm thinking a lightweight approach: FastAPI backend serving a vanilla HTML/JS frontend with a good charting library (like Chart.js or Apache ECharts). The alternative would be a Python-based dashboard framework like Plotly Dash or Streamlit, which is quicker to build but less flexible for custom UI.\",\n  \"choices\": [\n    \"FastAPI + vanilla HTML/JS with Chart.js/ECharts (Recommended)\",\n    \"Plotly Dash (Python-only, quick to build)\",\n    \"Streamlit (simplest, but least customizable)\",\n    \"Something else\"\n  ]\n}",
    "confirmed": "not-needed"
  },
  "serverSeq": 1147
}
[2026-04-17T23:36:30.049Z] ** onDidAction
{
  "action": {
    "type": "session/inputRequested",
    "session": "copilot:/3ca60dab-c07a-445c-b76f-b8a61e45294c",
    "request": {
      "id": "39e8a263-e379-4126-8a45-e4cdb5f9a92e",
      "message": "For the web dashboard frontend, do you have a preference on technology? I'm thinking a lightweight approach: FastAPI backend serving a vanilla HTML/JS frontend with a good charting library (like Chart.js or Apache ECharts). The alternative would be a Python-based dashboard framework like Plotly Dash or Streamlit, which is quicker to build but less flexible for custom UI.",
      "questions": [
        {
          "kind": "single-select",
          "id": "12a55b04-cf2f-4d9d-9e6d-91159a8c5d04",
          "message": "For the web dashboard frontend, do you have a preference on technology? I'm thinking a lightweight approach: FastAPI backend serving a vanilla HTML/JS frontend with a good charting library (like Chart.js or Apache ECharts). The alternative would be a Python-based dashboard framework like Plotly Dash or Streamlit, which is quicker to build but less flexible for custom UI.",
          "required": true,
          "options": [
            {
              "id": "FastAPI + vanilla HTML/JS with Chart.js/ECharts (Recommended)",
              "label": "FastAPI + vanilla HTML/JS with Chart.js/ECharts (Recommended)"
            },
            {
              "id": "Plotly Dash (Python-only, quick to build)",
              "label": "Plotly Dash (Python-only, quick to build)"
            },
            {
              "id": "Streamlit (simplest, but least customizable)",
              "label": "Streamlit (simplest, but least customizable)"
            },
            {
              "id": "Something else",
              "label": "Something else"
            }
          ],
          "allowFreeformInput": true
        }
      ]
    }
  },
  "serverSeq": 1148
}

Metadata

Metadata

Labels

agent-hostIssues for the agent-host implementation (not the protocol)bugIssue identified by VS Code Team member as probable bug

Type

No type

Projects

Status

Done

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions