You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
nls.localize('chat.todoListWidget.position.default',"Show todo list widget in the default position at the top of the chat panel."),
649
-
nls.localize('chat.todoListWidget.position.off',"Hide the todo list widget."),
650
-
nls.localize('chat.todoListWidget.position.chatInput',"Show todo list widget near the chat input.")
651
-
],
652
-
description: nls.localize('chat.todoListWidget.position',"Controls the position of the todo list widget in chat."),
643
+
[ChatConfiguration.TodoList]: {
644
+
type: 'object',
645
+
description: nls.localize('chat.agent.todoList',"Configures the todo list widget in chat."),
646
+
properties: {
647
+
position: {
648
+
type: 'string',
649
+
default: 'default',
650
+
enum: ['default','off','chat-input'],
651
+
enumDescriptions: [
652
+
nls.localize('chat.agent.todoList.position.default',"Show todo list in the top of the chat panel."),
653
+
nls.localize('chat.agent.todoList.position.off',"Hide the todo list (still shows the tool calls for tracking todo progress)."),
654
+
nls.localize('chat.agent.todoList.position.chatInput',"Show todo list above the chat input.")
655
+
],
656
+
description: nls.localize('chat.agent.todoList.position',"Controls the position of the todo list in the chat view, which opens when the agent has created todo items and updates as it makes progress.")
0 commit comments