Updated docs and telemetry to use raw instead of raw_output

This commit is contained in:
Brandon Hancock
2024-07-25 13:27:50 -04:00
parent 2119ba7c32
commit 5472f1cd45
2 changed files with 2 additions and 2 deletions

View File

@@ -232,7 +232,7 @@ def callback_function(output: TaskOutput):
print(f"""
Task completed!
Task: {output.description}
Output: {output.raw_output}
Output: {output.raw}
""")
research_task = Task(