Process telemetry logs into readable actions and provide the last actions to the LLM as context, phrased in natural language. For example:
added new cell at index 4, pasted content into cell 4 with content < x = 1 >, edited cell 4 with content < x='1 >, executed cell 4 with input < x='1 > and output SyntaxError: unterminated string literal
Considering that all logs from Pioneer are in the same file, to match the context of the current notebook, the conversation should have the same name as the notebook.
Process telemetry logs into readable actions and provide the last actions to the LLM as context, phrased in natural language. For example:
Considering that all logs from Pioneer are in the same file, to match the context of the current notebook, the conversation should have the same name as the notebook.