wisp-schema 1.18.6 → 1.18.7

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: 2d7c1919aa66d94dbe878caea1b9a80269e33cae48a78247107a4089d98a6733
4
- data.tar.gz: '0834abb0e2896b85d3a9bf351a32cf3dc7b6a64cbbb9c3651c4c635df5d04adb'
3
+ metadata.gz: 816e9286c4e1568afa1719fe1357c99455c97e617787da1587ee199ecde1dc76
4
+ data.tar.gz: 4ce2c02c53a8ecb0bfa6bafbbb2d76acb0ad36b0efa230c077d66be15354ff60
5
5
  SHA512:
6
- metadata.gz: 3157de86e3041ffddfa089d2809509b49fdf74300b4364a58373e2cca18a606921ebbd223eb49a9b2808129db947cc14444c129f4c280052517e44cc7a7af3a7
7
- data.tar.gz: 0d6ba8dcc4d48be8d04e6cac6e3f553a69e1f9cb070880dca56cc3832fb3c09ec4c0ffee58c7915542b484ea25e6046026a24d7477e046296de3d564eb3a2c42
6
+ metadata.gz: 7a2d7a230e674b809b3b56a4de6b25c7fac37945f04caa00df4b6980415ecc458f57d84926e00c5e227f0c1c06cf3ba6b63862e2d865b11c184df0705a077bd7
7
+ data.tar.gz: 568d7d09e2798b8bffd0fd7b9cdc6c9cd3f69c4ceab5d85de7c79b93bfdb23ae6c91d08a5cd93128537ffc6cc40a514f98b68657d5928209e70fbf2664d803c0
data/lib/version.rb CHANGED
@@ -1,6 +1,6 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Wisp
4
- VERSION = "1.18.6"
5
- STABLE_VERSION = "1.18.6"
4
+ VERSION = "1.18.7"
5
+ STABLE_VERSION = "1.18.7"
6
6
  end
@@ -2,7 +2,7 @@
2
2
  "$schema": "http://json-schema.org/draft-07/schema#",
3
3
  "type": "object",
4
4
  "action_type": "action",
5
- "title": "Generate Steps",
5
+ "title": "AI Block",
6
6
  "description": "Generates a set of wisp actions based on the given prompt",
7
7
  "properties": {
8
8
  "action": {
data/wisp.json CHANGED
@@ -360,7 +360,7 @@
360
360
  "generate_steps": {
361
361
  "type": "object",
362
362
  "action_type": "action",
363
- "title": "Generate Steps",
363
+ "title": "AI Block",
364
364
  "description": "Generates a set of wisp actions based on the given prompt",
365
365
  "properties": {
366
366
  "action": {
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: wisp-schema
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.18.6
4
+ version: 1.18.7
5
5
  platform: ruby
6
6
  authors:
7
7
  - Jan Grodowski