@vellumai/plugin-api 0.10.10-dev.202607210046.e71ae24 → 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.
- package/index.d.ts +4 -1
- 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
|
-
/**
|
|
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