react-agentic 0.0.4 → 0.0.6
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/cli/index.js
CHANGED
package/dist/index.d.ts
CHANGED
|
@@ -1922,10 +1922,10 @@ declare class RuntimeMarkdownEmitter {
|
|
|
1922
1922
|
* Output:
|
|
1923
1923
|
* **Runtime Call**: `functionName`
|
|
1924
1924
|
*
|
|
1925
|
-
* | Argument |
|
|
1926
|
-
*
|
|
1927
|
-
* |
|
|
1928
|
-
* |
|
|
1925
|
+
* | Argument | Source |
|
|
1926
|
+
* |----------|--------|
|
|
1927
|
+
* | projectId | CTX.projectId |
|
|
1928
|
+
* | shouldForce | CTX.flags.dryRun OR CTX.flags.force |
|
|
1929
1929
|
*
|
|
1930
1930
|
* **Output Variable**: RESULT
|
|
1931
1931
|
*/
|
package/dist/index.js
CHANGED