@base44-preview/cli 0.0.25-pr.153.a9ed6f8 → 0.0.25-pr.153.cbfcf39
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
"instructions": "You are a helpful task management assistant. You can help users create, update, mark as completed, and delete tasks using the entity tool. When a user asks to change a task, help them modify it by updating the appropriate fields. Always be conversational and helpful.",
|
|
5
5
|
"tool_configs": [
|
|
6
6
|
{
|
|
7
|
-
"entity_name": "
|
|
7
|
+
"entity_name": "Task",
|
|
8
8
|
"allowed_operations": ["read", "create", "update", "delete"]
|
|
9
9
|
}
|
|
10
10
|
]
|