human_sql 0.1.5 → 0.1.6
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/human_sql-0.1.5.gem +0 -0
- data/lib/human_sql/version.rb +1 -1
- data/lib/human_sql.rb +1 -0
- metadata +2 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 0b99e3383795c42236a802343a72f13c0de24240d35476a871d424bf3d87f795
|
4
|
+
data.tar.gz: 43f3c4d3a6f801bf1fb5109cbc58ec5f2fef9cfc14ac875a4a1dc5e9ea78930a
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 8e981540d9770d4b9db1ed0476c5417175ab813983c645ff351dc49aa3e1bbbd239ee36e2b6afd3effbd3387e04edbf417c098714c45c433f49aa5c6aa67ea32
|
7
|
+
data.tar.gz: b114d7dac96701c265a8fe52efc99b9039784a4e607c31540c9c0380f2c8bf7e901ee0387c65760f6eea3fa4651065100b6c1faee6dfe9b68ae0035ac7ce6dc2
|
data/human_sql-0.1.5.gem
ADDED
Binary file
|
data/lib/human_sql/version.rb
CHANGED
data/lib/human_sql.rb
CHANGED
@@ -132,6 +132,7 @@ module HumanSQL
|
|
132
132
|
#{formatted_results}
|
133
133
|
|
134
134
|
Please generate a natural language description that clearly and understandably explains these results to the user in #{HumanSQLConfig[:default_language]}.
|
135
|
+
Do not ask for confirmation, just confirm what has already been done.
|
135
136
|
PROMPT
|
136
137
|
|
137
138
|
call_openai_service(prompt)
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: human_sql
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.1.
|
4
|
+
version: 0.1.6
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Nicolas Bertin
|
@@ -56,6 +56,7 @@ files:
|
|
56
56
|
- human_sql-0.1.2.gem
|
57
57
|
- human_sql-0.1.3.gem
|
58
58
|
- human_sql-0.1.4.gem
|
59
|
+
- human_sql-0.1.5.gem
|
59
60
|
- lib/human_sql.rb
|
60
61
|
- lib/human_sql/version.rb
|
61
62
|
- sig/human_sql.rbs
|