You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// - Additional prompt: Don’t do much discovery, stay aligned on your specific task. Failure is okay, your parent will re-evaluate.
170
-
171
154
// Generate the user prompt
172
155
returnexecuteTemplate(`
173
156
You should develop a Rill project file based on the following task description:
@@ -180,8 +163,7 @@ Here is some important context:
180
163
- When you call 'write_file', if it returns a parse or reconcile error, do your best to fix the issue and try again. If you think the error is unrelated to the current path, let the parent agent know to handle it.
181
164
182
165
Here is some additional context that may or may not be relevant to your task:
183
-
- The project's default OLAP connector is named {{ .default_olap_connector }} (driver: {{ .default_olap_driver }}).
184
-
{{ if .ai_instructions }}- The user has configured global additional instructions for you. They may not relate to the current request, and may not even relate to your work as a data engineer agent. Only use them if you find them relevant. They are: {{ .ai_instructions }}
185
-
{{ end }}
166
+
- Info about the project's default OLAP connector: {{ .default_olap_info }}.
167
+
{{ if .ai_instructions }}- The user has configured global additional instructions for you. They may not relate to the current request, and may not even relate to your work as a data engineer agent. Only use them if you find them relevant. They are: {{ .ai_instructions }}{{ end }}
@@ -157,9 +156,8 @@ Feel free to change the default OLAP connector if it makes sense for the task.
157
156
The user has configured global additional instructions for you. They may not relate to the current request, and may not even relate to your work as a data engineer agent. Only use them if you find them relevant. They are: {{ .ai_instructions }}
158
157
{{ end }}
159
158
160
-
This may not relate to the user's task, but for context, the project's default OLAP connector is named {{ .default_olap_connector }} (driver: {{ .default_olap_driver }}).
161
-
{{ if .default_olap_readwrite }} The default OLAP is in readwrite mode, so you can use it in models if you want.
162
-
{{ else }} The default OLAP is in read-only mode, so you cannot create models in it. {{ end }}
159
+
For context, here are some details about the project's default OLAP connector: {{ .default_olap_info }}.
160
+
Note that you can only use it in model resources if it is not readonly.
163
161
164
162
Call "navigate" tool for the main file created/edited in the conversation. Use kind "file" and pass the written file path.
165
163
Prefer dashboard or metrics view files over other files.
0 commit comments