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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: e683088e910e6a516cdb0ab2c567a09f5652ec495d35ae7f81adfaa741b2f86d
4
- data.tar.gz: ff1cae8321980355133c5ae213e563d0e3bf52a82525ae9bb99c0199899d1bd7
3
+ metadata.gz: 5eb71fbac94201e3b37aa74280a43c2ccbc8b51e511a7e82abf75c268d1b0d8b
4
+ data.tar.gz: 2011cd5fecd34a39488376d95d043562fee2ebb5a425000193425bf384abd669
5
5
  SHA512:
6
- metadata.gz: 58b1fe56bd93a18ca0f9955ee24c8c0a33349713d31cbb67bd0aac6d94a2ef6c42a416a101c76d29704580d4dd926fa9b02b490601a7803f60db285af13844af
7
- data.tar.gz: 37efb81507644a85f6848a5942a78a5a70c1e55cc64180894d34b407e59b59bece2d8ecb8e6a4f0ba1353090fb696a91282c1cedc83945700e05656acd558964
6
+ metadata.gz: 914016be7d96a9a5ec1e404dbab7b72cdcef2aeff9abf9457d5ee32ff0af57cf0daf127ac5bb49567ff6163fc616d53d8b8b12a48da84211ace61f4b52a7a5b4
7
+ data.tar.gz: 274daf257661c599aebd61ac7690737dc069512059ef8c0a9bda87962b381e5179f859c90b1a2ed58bd79b08faa942144e764f002ce31cb2eddf9ed8f5892498
data/_VERSION CHANGED
@@ -1 +1 @@
1
- 1.1.670
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.
@@ -14,6 +14,11 @@ module Files
14
14
  @attributes[:id]
15
15
  end
16
16
 
17
+ # string - Short AI-generated chat title.
18
+ def title
19
+ @attributes[:title]
20
+ end
21
+
17
22
  # int64 - User ID.
18
23
  def user_id
19
24
  @attributes[:user_id]
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Files
4
- VERSION = "1.1.670"
4
+ VERSION = "1.1.672"
5
5
  end
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.670
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-06 00:00:00.000000000 Z
11
+ date: 2026-07-07 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: addressable