ReferencePython SDK ReferenceNemoguardrailsTracingAdaptersnemoguardrails.tracing.adapters.filesystemAsk a question|Copy page|View as Markdown|More actionsModule Contents Classes NameDescriptionFileSystemAdapter- API class nemoguardrails.tracing.adapters.filesystem.FileSystemAdapter( filepath: typing.Optional[str] = None) Bases: InteractionLogAdapterfilepath= './.traces/trace.jsonl'name= 'FileSystem'nemoguardrails.tracing.adapters.filesystem.FileSystemAdapter.transform( interaction_log: 'InteractionLog')Transforms the InteractionLog into a JSON string.nemoguardrails.tracing.adapters.filesystem.FileSystemAdapter.transform_async( interaction_log: 'InteractionLog')async