files.com 1.1.670 → 1.1.672
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.
- checksums.yaml +4 -4
- data/_VERSION +1 -1
- data/docs/chat_session.md +2 -0
- data/lib/files.com/models/chat_session.rb +5 -0
- data/lib/files.com/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 5eb71fbac94201e3b37aa74280a43c2ccbc8b51e511a7e82abf75c268d1b0d8b
|
|
4
|
+
data.tar.gz: 2011cd5fecd34a39488376d95d043562fee2ebb5a425000193425bf384abd669
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 914016be7d96a9a5ec1e404dbab7b72cdcef2aeff9abf9457d5ee32ff0af57cf0daf127ac5bb49567ff6163fc616d53d8b8b12a48da84211ace61f4b52a7a5b4
|
|
7
|
+
data.tar.gz: 274daf257661c599aebd61ac7690737dc069512059ef8c0a9bda87962b381e5179f859c90b1a2ed58bd79b08faa942144e764f002ce31cb2eddf9ed8f5892498
|
data/_VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.1.
|
|
1
|
+
1.1.672
|
data/docs/chat_session.md
CHANGED
|
@@ -5,6 +5,7 @@
|
|
|
5
5
|
```
|
|
6
6
|
{
|
|
7
7
|
"id": "example",
|
|
8
|
+
"title": "example",
|
|
8
9
|
"user_id": 1,
|
|
9
10
|
"ai_task_id": 1,
|
|
10
11
|
"workspace_id": 1,
|
|
@@ -22,6 +23,7 @@
|
|
|
22
23
|
```
|
|
23
24
|
|
|
24
25
|
* `id` (string): Chat Session ID.
|
|
26
|
+
* `title` (string): Short AI-generated chat title.
|
|
25
27
|
* `user_id` (int64): User ID.
|
|
26
28
|
* `ai_task_id` (int64): AI Task ID. Present when the conversation was started by an AI Task.
|
|
27
29
|
* `workspace_id` (int64): Workspace ID. `0` means the default workspace.
|
data/lib/files.com/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: files.com
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.1.
|
|
4
|
+
version: 1.1.672
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- files.com
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2026-07-
|
|
11
|
+
date: 2026-07-07 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: addressable
|