events
Method
This is a method of the RunJournal class in the journal module.Return all journal events for
run_id ordered by (seq, kind).
Ordering by (seq, rowid) preserves append order within a step so a
tool_call always precedes its tool_result.
Signature
Parameters
str
required
No description available.
Returns
List[JournalEvent]
The result of the operation.
Uses
fetchallexecutejson.loadsJournalEvent
Used By
Source
View on GitHub
praisonaiagents/runtime/journal.py at line 333
