wavexis_eval
Evaluate JavaScript expressions in a browser environment and retrieve the result with its data type. Supports promise awaiting and navigation to URLs.
Instructions
Evaluate a JavaScript expression and return the result.
Args: input: Eval parameters (expression, await_promise).
Returns:
JSON string with result and type.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| input | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |