Can you create logs for AIP Logic?

Wondering if there’s something akin to action logs but for AIP logic for archival/triage purposes

Yes, Logic has a run history (the arrow icon weaving between crosses and ticks in the sidebar) that will let you view all of a function’s executions in the platform.

It lets you see:

  • The specific inputs the function was called with
  • The detailed debugger that shows all of the intermediate values and LLM interactions
  • Any ontology edits that were made
  • The return value of the function

It currently has some restrictions:

  • Only for the current user (you can only view your own executions)
  • These are ony retained for 24 hours

But we are working on removing them right now.

1 Like