pi-spark 0.9.0 → 0.9.1
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.
|
@@ -49,7 +49,7 @@ export default function (pi: ExtensionAPI) {
|
|
|
49
49
|
`${DEFAULT_MAX_BYTES / 1024}KB (whichever is hit first).`,
|
|
50
50
|
promptSnippet: "List available models or show the current model in use",
|
|
51
51
|
promptGuidelines: [
|
|
52
|
-
"Use model when
|
|
52
|
+
"Use model when you need to know available pi models, the active provider or model, or the current thinking level.",
|
|
53
53
|
],
|
|
54
54
|
parameters: Type.Object({
|
|
55
55
|
action: StringEnum(["list", "current"] as const, {
|