@leaflow/sdk 0.42.0 → 0.43.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.
|
@@ -1143,6 +1143,14 @@ export interface components {
|
|
|
1143
1143
|
/** @enum {string} */
|
|
1144
1144
|
approvalMode?: "guardian" | "manual" | "yolo";
|
|
1145
1145
|
archived?: boolean;
|
|
1146
|
+
/**
|
|
1147
|
+
* @description Rename this conversation.
|
|
1148
|
+
*
|
|
1149
|
+
* A conversation names itself: the first message gives it a working title, and the assistant replaces that with a better one once it has answered. Setting this stops both — a name somebody chose is never overwritten by one that was generated.
|
|
1150
|
+
*
|
|
1151
|
+
* Renaming does not move the conversation in the list. The order answers "which conversation has something new in it", and editing a title is not that.
|
|
1152
|
+
*/
|
|
1153
|
+
title?: string;
|
|
1146
1154
|
};
|
|
1147
1155
|
DecideRequestBody: {
|
|
1148
1156
|
approved: boolean;
|