Skip to main content

export_run_json

Function
This function is defined in the portable module.
export_run as a JSON string, ready for a queue or a form field.

Signature

Parameters

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

Returns

str
The result of the operation.

Uses

  • json.dumps
  • export_run

Source

View on GitHub

praisonaiagents/runtime/portable.py at line 80