@vellumai/plugin-api 0.10.10-dev.202607202325.d24b0a4 → 0.10.10-dev.202607210140.cb3a413

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.
Files changed (2) hide show
  1. package/index.d.ts +4 -1
  2. package/package.json +1 -1
package/index.d.ts CHANGED
@@ -3647,7 +3647,10 @@ export declare function isConversationProcessing(id: string): Promise<boolean>;
3647
3647
  */
3648
3648
  export declare function isMaxTokensStopReason(stopReason: string | null | undefined): boolean;
3649
3649
 
3650
- /** A user-role message carrying only tool results, not a fresh prompt. */
3650
+ /**
3651
+ * A user-role message carrying only tool results — local `tool_result` or
3652
+ * server `web_search_tool_result` — not a fresh prompt.
3653
+ */
3651
3654
  export declare function isToolResultMessage(message: Message): boolean;
3652
3655
 
3653
3656
  /**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vellumai/plugin-api",
3
- "version": "0.10.10-dev.202607202325.d24b0a4",
3
+ "version": "0.10.10-dev.202607210140.cb3a413",
4
4
  "description": "Public TypeScript authoring contract for Vellum assistant plugins.",
5
5
  "license": "MIT",
6
6
  "type": "module",