{message.content}
+ )} +{executionResult}+ ) : ( + No output yet. Run some code to see results. + )} +
+
+ {code}
+
+
+ );
+ },
+ code: ({ children, className, ...props }) => {
+ if (!className) {
+ return (
+
+ {children}
+
+ );
+ }
+ return {children}
;
+ }
+ }}
+ >
+ {content}
+ + AI Playground +
++ Step {tutorial.currentStep + 1} of {tutorial.totalSteps} +
++ {currentStepData.description} +
+ + {/* Estimated time */} +- Step {tutorial.currentStep + 1} of {tutorial.totalSteps} -
-- {currentStepData.description} -
- - {/* Estimated time */} -