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
Copy file name to clipboardExpand all lines: .agents/skills/extensions/references/api.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -137,7 +137,7 @@ await dbExec("UPDATE notes SET title = 'Updated Title' WHERE id = 'abc'");
137
137
|`extensionData.get(collection, id, opts?)`| Get a single item by id |`extensionData.get('todos', 'todo-1')`|
138
138
|`extensionData.remove(collection, id, opts?)`| Delete an item |`extensionData.remove('todos', 'todo-1')`|
139
139
|`agentNative.ui.output(value, opts?)`| Record passive inline UI output in application state |`agentNative.ui.output({ threshold })`|
140
-
|`agentNative.chat.send(message, opts?)`| Send a visible prompt or selected value back to chat |`agentNative.chat.send('Use Q2', { context: { q: 2 } })`|
140
+
|`agentNative.chat.send(message, opts?)`| Send a visible prompt or selected value back to chat |`agentNative.chat.send('Use Q2', { submit: true, context: { q: 2 } })`|
0 commit comments