@skilder-ai/runtime 0.7.9 → 0.7.10
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.js +6 -1
- package/dist/index.js.map +2 -2
- package/dist/prompts/chat-assistant.prompt.md +115 -35
- package/package.json +2 -2
package/dist/index.js
CHANGED
|
@@ -144794,7 +144794,12 @@ The path must point to a downloadable (binary) resource in a skill's related ite
|
|
|
144794
144794
|
return {
|
|
144795
144795
|
response: {
|
|
144796
144796
|
isError: true,
|
|
144797
|
-
content: [
|
|
144797
|
+
content: [
|
|
144798
|
+
{
|
|
144799
|
+
type: "text",
|
|
144800
|
+
text: `Error: Delegate failed unexpectedly: ${error48 instanceof Error ? error48.message : String(error48)}`
|
|
144801
|
+
}
|
|
144802
|
+
]
|
|
144798
144803
|
}
|
|
144799
144804
|
};
|
|
144800
144805
|
}
|