prompt property
String interpolated prompt with mix of inputs and outputs.
Examples:
final userInstruction = StringInput();
final codeAttachment = CodeInput();
final workspaceFiles = MultiCodeObject()
prompt = "Apply the user's instruction: $userInstruction on the following code: $codeAttachment. Here are the relevant workspace files: ${workspaceFiles}";
Implementation
final String prompt;