@objectstack/service-ai 4.0.5 → 4.1.0
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.
- package/dist/index.cjs +3 -2
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +540 -14
- package/dist/index.d.ts +540 -14
- package/dist/index.js +3 -2
- package/dist/index.js.map +1 -1
- package/package.json +7 -7
package/dist/index.cjs
CHANGED
|
@@ -2436,10 +2436,11 @@ var AiConversationObject = import_data.ObjectSchema.create({
|
|
|
2436
2436
|
maxLength: 500,
|
|
2437
2437
|
description: "Conversation title or summary"
|
|
2438
2438
|
}),
|
|
2439
|
-
agent_id: import_data.Field.
|
|
2439
|
+
agent_id: import_data.Field.text({
|
|
2440
2440
|
label: "Agent",
|
|
2441
2441
|
required: false,
|
|
2442
|
-
|
|
2442
|
+
maxLength: 128,
|
|
2443
|
+
description: "Associated AI agent (metadata name \u2014 agents live as JSON in sys_metadata, no lookup table)"
|
|
2443
2444
|
}),
|
|
2444
2445
|
user_id: import_data.Field.lookup("sys_user", {
|
|
2445
2446
|
label: "User",
|