carbon_ruby_sdk 0.1.27 → 0.1.28
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/README.md +8 -2
- data/lib/carbon_ruby_sdk/version.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 2493bff2eeeb2f8316cf36d0c6422d6983947139edb72efb712112e23c7479c8
|
|
4
|
+
data.tar.gz: cc2d601bcace70b963683cc6b1bc85039e30c335caf5d3acdde00e8ea42f75bd
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: f76f5af420a391748ae19d0f447c40ff8e832ab9dcbb6da8131c15291d49ad99e108d81fdc8063cf511b94b06e12ceefe86e873276c24e1289d09c432c150d03
|
|
7
|
+
data.tar.gz: 839506399bca6e9d927ee31f2ebd88d12c729913a60c5d3d0d7dad25b582f1e6a66e149e243eb9f34f8569bb9cecfeef2aea86451a1eb0f3c50d0156d06f5c2c
|
data/README.md
CHANGED
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
|
|
7
7
|
Connect external data to LLMs, no matter the source.
|
|
8
8
|
|
|
9
|
-
[](https://rubygems.org/gems/carbon_ruby_sdk/versions/0.1.28)
|
|
10
10
|
|
|
11
11
|
</div>
|
|
12
12
|
|
|
@@ -84,7 +84,7 @@ Connect external data to LLMs, no matter the source.
|
|
|
84
84
|
Add to Gemfile:
|
|
85
85
|
|
|
86
86
|
```ruby
|
|
87
|
-
gem 'carbon_ruby_sdk', '~> 0.1.
|
|
87
|
+
gem 'carbon_ruby_sdk', '~> 0.1.28'
|
|
88
88
|
```
|
|
89
89
|
|
|
90
90
|
## Getting Started<a id="getting-started"></a>
|
|
@@ -581,6 +581,7 @@ p result
|
|
|
581
581
|
|
|
582
582
|
|
|
583
583
|
### `carbon.files.delete`<a id="carbonfilesdelete"></a>
|
|
584
|
+

|
|
584
585
|
|
|
585
586
|
Delete File Endpoint
|
|
586
587
|
|
|
@@ -643,6 +644,7 @@ p result
|
|
|
643
644
|
|
|
644
645
|
|
|
645
646
|
### `carbon.files.delete_many`<a id="carbonfilesdelete_many"></a>
|
|
647
|
+

|
|
646
648
|
|
|
647
649
|
Delete Files Endpoint
|
|
648
650
|
|
|
@@ -718,6 +720,7 @@ p result
|
|
|
718
720
|
|
|
719
721
|
|
|
720
722
|
### `carbon.files.get_parsed_file`<a id="carbonfilesget_parsed_file"></a>
|
|
723
|
+

|
|
721
724
|
|
|
722
725
|
This route is deprecated. Use `/user_files_v2` instead.
|
|
723
726
|
|
|
@@ -747,6 +750,7 @@ p result
|
|
|
747
750
|
|
|
748
751
|
|
|
749
752
|
### `carbon.files.get_raw_file`<a id="carbonfilesget_raw_file"></a>
|
|
753
|
+

|
|
750
754
|
|
|
751
755
|
This route is deprecated. Use `/user_files_v2` instead.
|
|
752
756
|
|
|
@@ -872,6 +876,7 @@ p result
|
|
|
872
876
|
|
|
873
877
|
|
|
874
878
|
### `carbon.files.query_user_files_deprecated`<a id="carbonfilesquery_user_files_deprecated"></a>
|
|
879
|
+

|
|
875
880
|
|
|
876
881
|
This route is deprecated. Use `/user_files_v2` instead.
|
|
877
882
|
|
|
@@ -2417,6 +2422,7 @@ p result
|
|
|
2417
2422
|
|
|
2418
2423
|
|
|
2419
2424
|
### `carbon.users.toggle_user_features`<a id="carbonuserstoggle_user_features"></a>
|
|
2425
|
+

|
|
2420
2426
|
|
|
2421
2427
|
Toggle User Features
|
|
2422
2428
|
|