stackraise 0.1.3__py3-none-any.whl → 0.1.5__py3-none-any.whl

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.
stackraise/ai/rpa.py CHANGED
@@ -180,7 +180,7 @@ class Rpa[C, R]: # TODO: RpaBase
180
180
 
181
181
  user_input: list[ResponseInputParam] = [
182
182
  {
183
- "type": "text",
183
+ "type": "input_text",
184
184
  "text": ctx.make_prompt(),
185
185
  }
186
186
  ]
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: stackraise
3
- Version: 0.1.3
3
+ Version: 0.1.5
4
4
  Summary:
5
5
  Author: J.David Luque
6
6
  Author-email: jdluque@leitat.org
@@ -1,6 +1,6 @@
1
1
  stackraise/__init__.py,sha256=T6LUkt1rdxY_zoFU2CgBaEG0bDBLRy6Nf9uv6d6dnKQ,119
2
2
  stackraise/ai/__init__.py,sha256=SXz7CzvgQHiAbnsFvyKBsTmH1QpuXrlZg3o2kDQHLbw,41
3
- stackraise/ai/rpa.py,sha256=wR97S6XuqQMhiyRrkNLSDzztYbdjfgjqjsbQsCt3YZ4,12527
3
+ stackraise/ai/rpa.py,sha256=rgyDcA_uuRrQDoDBOPoWVlX3v6QKWR8Z20Q7ZhZh5IQ,12533
4
4
  stackraise/ai/toolset.py,sha256=iOIpuin_hpR6WGjj1DqHme2Lb-0HEba-lW-cIOwkCR8,6997
5
5
  stackraise/app.py,sha256=toyeotSU_XL2U0Se8mCtp8tM61omehs34jFoBzV52L8,631
6
6
  stackraise/auth/__init__.py,sha256=MzHWdMbPciCE17HfZx_Irr-lax8swtL85W_IubFqIGY,64
@@ -47,6 +47,6 @@ stackraise/templating/pptx/__init__.py,sha256=nfC9DiY6QWGZ83grgInEYbTgZDKBu2DqOl
47
47
  stackraise/templating/pptx/pptx_engine.py,sha256=Ykb25fkJSvYrAzADPVSgQ_R6v558JzJETkpbo8wTz68,8916
48
48
  stackraise/templating/pptx/slide_renderer.py,sha256=5jGisi-_Fy8iTGgszGRObTbqzaOKD_5LdzLw8uEil0E,7149
49
49
  stackraise/templating/tracer.py,sha256=tJdBHWDyRVnAgtES26t26elgx8DdNVZKhAnP-ts0FhY,2214
50
- stackraise-0.1.3.dist-info/METADATA,sha256=jPv285zW5yAtLhZjsnruX0OFiZ9JfebRoJpyI4FGHR4,1243
51
- stackraise-0.1.3.dist-info/WHEEL,sha256=3ny-bZhpXrU6vSQ1UPG34FoxZBp3lVcvK0LkgUz6VLk,88
52
- stackraise-0.1.3.dist-info/RECORD,,
50
+ stackraise-0.1.5.dist-info/METADATA,sha256=yC8JlGzG5cYuhFw-cPQE0MCIId0wqgysYmJj7JlpHKs,1243
51
+ stackraise-0.1.5.dist-info/WHEEL,sha256=kJCRJT_g0adfAJzTx2GUMmS80rTJIVHRCfG0DQgLq3o,88
52
+ stackraise-0.1.5.dist-info/RECORD,,
@@ -1,4 +1,4 @@
1
1
  Wheel-Version: 1.0
2
- Generator: poetry-core 2.3.0
2
+ Generator: poetry-core 2.3.1
3
3
  Root-Is-Purelib: true
4
4
  Tag: py3-none-any