Skip to main content

import_run_json

Function
This function is defined in the portable module.
import_run from a JSON string.

Signature

Parameters

RunJournal
required
No description available.
str
required
No description available.

Returns

str
The result of the operation.

Uses

  • json.loads
  • PortableRunError
  • import_run

Source

View on GitHub

praisonaiagents/runtime/portable.py at line 183