mirror of
https://github.com/deepseek-ai/deepseek-harness
synced 2026-08-15 21:04:50 +00:00
feat: optimize prompt
This commit is contained in:
@@ -280,6 +280,8 @@ Select only the fields that the UI actually needs. Do not copy or render an enti
|
||||
|
||||
To place interactive UI in the latest `cordis_run` card, register `tool.view.cordis` with `key: 'self'`:
|
||||
|
||||
When the feature needs user interaction tied to this Package's result, this region is often a good fit because it keeps the controls in the conversation flow beside the Run card. It is not the default target for every Client UI: settings, sidebars, message actions, and overlays should use their own queried Slots when those locations better match the feature.
|
||||
|
||||
```js
|
||||
return {
|
||||
apply(ctx) {
|
||||
|
||||
Reference in New Issue
Block a user