tucana 0.0.71 → 0.0.72

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: dc948d3e17cf98b11897428b8d3a82d20dd2818174b2329a4fee6a693e063e39
4
- data.tar.gz: 4284a7376e6d8b6abfc4a9846e28f803a7d565e9d374b38e2dd35b6ebe0cab50
3
+ metadata.gz: c9b7fe46e4222f61b5858fdf4e9f02f264e8475ba928f02050daf84135cea6c6
4
+ data.tar.gz: 50c88bc464bc6468c5418c611618ed26ac6862c451cf156acca3949aa3d72727
5
5
  SHA512:
6
- metadata.gz: cd65b08d6818b57ae8e8ee2b9308dfe3c95f5fb1c88aa77e822f68a7602db50dc4694f38b081a0d2f80b9741f03dc1df3e536a5ab0e21b2a10f1d2d81edf2ea5
7
- data.tar.gz: e0b11d7f39f36bc0f623f7cf2cbfea1f769eb37c33f61b4211435d7e34b487c1b173ea9d2ccc582b9c9e2c9880494cd6be39c3e56e267945ab942a549d5cdf61
6
+ metadata.gz: 2517af0d2ebe1d48ae602a90a97c015d45983755e655753c51e7c214dbccf27e27972ae9f9184758c7d8a4a5604dfd85866ecf338a3b4846c349b8cf9aba123a
7
+ data.tar.gz: f55d90da78d2981b55d9df12715a85c8a7c1a87be4affa947d3fd533aa919cdf6abdf2153be838e753b91dee925bc79b87a24ac515f0de3116baf4698380ba32
@@ -7,9 +7,10 @@ require 'google/protobuf'
7
7
  require_relative '../shared/shared.function_pb'
8
8
  require_relative '../shared/shared.data_type_pb'
9
9
  require_relative '../shared/shared.flow_pb'
10
+ require_relative '../shared/shared.flow_type_pb'
10
11
 
11
12
 
12
- descriptor_data = "\n\x16velorum.generate.proto\x12\x07velorum\x1a\x15shared.function.proto\x1a\x16shared.data_type.proto\x1a\x11shared.flow.proto\"\x92\x01\n\rPromptRequest\x12\x0e\n\x06prompt\x18\x01 \x01(\t\x12\x12\n\nproject_id\x18\x02 \x01(\x03\x12-\n\tfunctions\x18\x03 \x03(\x0b\x32\x1a.shared.FunctionDefinition\x12.\n\ndata_types\x18\x04 \x03(\x0b\x32\x1a.shared.DefinitionDataType\"\xb6\x01\n\x0b\x46lowRequest\x12\x0e\n\x06prompt\x18\x01 \x01(\t\x12$\n\x04\x66low\x18\x02 \x01(\x0b\x32\x16.shared.GenerationFlow\x12\x12\n\nproject_id\x18\x03 \x01(\x03\x12-\n\tfunctions\x18\x04 \x03(\x0b\x32\x1a.shared.FunctionDefinition\x12.\n\ndata_types\x18\x05 \x03(\x0b\x32\x1a.shared.DefinitionDataType\"Y\n\x0c\x46lowResponse\x12$\n\x04\x66low\x18\x01 \x01(\x0b\x32\x16.shared.GenerationFlow\x12\x14\n\x0c\x63\x61\x63hed_until\x18\x02 \x01(\x03\x12\r\n\x05usage\x18\x03 \x01(\x03\x32\x83\x01\n\x0fGenerateService\x12\x39\n\x06Prompt\x12\x16.velorum.PromptRequest\x1a\x15.velorum.FlowResponse\"\x00\x12\x35\n\x04\x46low\x12\x14.velorum.FlowRequest\x1a\x15.velorum.FlowResponse\"\x00\x42\x12\xea\x02\x0fTucana::Velorumb\x06proto3"
13
+ descriptor_data = "\n\x16velorum.generate.proto\x12\x07velorum\x1a\x15shared.function.proto\x1a\x16shared.data_type.proto\x1a\x11shared.flow.proto\x1a\x16shared.flow_type.proto\"\xd2\x01\n\rPromptRequest\x12\x0e\n\x06prompt\x18\x01 \x01(\t\x12\x12\n\nproject_id\x18\x02 \x01(\x03\x12\x18\n\x10model_identifier\x18\x03 \x01(\t\x12-\n\tfunctions\x18\x04 \x03(\x0b\x32\x1a.shared.FunctionDefinition\x12.\n\ndata_types\x18\x05 \x03(\x0b\x32\x1a.shared.DefinitionDataType\x12$\n\nflow_types\x18\x06 \x03(\x0b\x32\x10.shared.FlowType\"\xf6\x01\n\x0b\x46lowRequest\x12\x0e\n\x06prompt\x18\x01 \x01(\t\x12$\n\x04\x66low\x18\x02 \x01(\x0b\x32\x16.shared.GenerationFlow\x12\x12\n\nproject_id\x18\x03 \x01(\x03\x12\x18\n\x10model_identifier\x18\x04 \x01(\t\x12-\n\tfunctions\x18\x05 \x03(\x0b\x32\x1a.shared.FunctionDefinition\x12.\n\ndata_types\x18\x06 \x03(\x0b\x32\x1a.shared.DefinitionDataType\x12$\n\nflow_types\x18\x07 \x03(\x0b\x32\x10.shared.FlowType\"Y\n\x0c\x46lowResponse\x12$\n\x04\x66low\x18\x01 \x01(\x0b\x32\x16.shared.GenerationFlow\x12\x14\n\x0c\x63\x61\x63hed_until\x18\x02 \x01(\x03\x12\r\n\x05usage\x18\x03 \x01(\x03\x32\x83\x01\n\x0fGenerateService\x12\x39\n\x06Prompt\x12\x16.velorum.PromptRequest\x1a\x15.velorum.FlowResponse\"\x00\x12\x35\n\x04\x46low\x12\x14.velorum.FlowRequest\x1a\x15.velorum.FlowResponse\"\x00\x42\x12\xea\x02\x0fTucana::Velorumb\x06proto3"
13
14
 
14
15
  pool = Google::Protobuf::DescriptorPool.generated_pool
15
16
  pool.add_serialized_file(descriptor_data)
@@ -9,7 +9,7 @@ require_relative '../shared/shared.data_type_pb'
9
9
  require_relative '../shared/shared.flow_pb'
10
10
 
11
11
 
12
- descriptor_data = "\n\x12velorum.info.proto\x12\x07velorum\x1a\x15shared.function.proto\x1a\x16shared.data_type.proto\x1a\x11shared.flow.proto\"\x0f\n\rModelsRequest\"\x86\x01\n\x05Model\x12\x0c\n\x04name\x18\x01 \x01(\t\x12\x12\n\ntoken_cost\x18\x02 \x01(\x02\x12&\n\x04type\x18\x03 \x01(\x0e\x32\x18.velorum.Model.ModelType\"3\n\tModelType\x12\x0b\n\x07UNKNOWN\x10\x00\x12\x0b\n\x07\x45XPLAIN\x10\x01\x12\x0c\n\x08GENERATE\x10\x02\"0\n\x0eModelsResponse\x12\x1e\n\x06models\x18\x01 \x03(\x0b\x32\x0e.velorum.Model2J\n\x0bInfoService\x12;\n\x06Models\x12\x16.velorum.ModelsRequest\x1a\x17.velorum.ModelsResponse\"\x00\x42\x12\xea\x02\x0fTucana::Velorumb\x06proto3"
12
+ descriptor_data = "\n\x12velorum.info.proto\x12\x07velorum\x1a\x15shared.function.proto\x1a\x16shared.data_type.proto\x1a\x11shared.flow.proto\"\x0f\n\rModelsRequest\"\x9a\x01\n\x05Model\x12\x12\n\nidentifier\x18\x01 \x01(\t\x12\x0c\n\x04name\x18\x02 \x01(\t\x12\x12\n\ntoken_cost\x18\x03 \x01(\x02\x12&\n\x04type\x18\x04 \x03(\x0e\x32\x18.velorum.Model.ModelType\"3\n\tModelType\x12\x0b\n\x07UNKNOWN\x10\x00\x12\x0b\n\x07\x45XPLAIN\x10\x01\x12\x0c\n\x08GENERATE\x10\x02\"0\n\x0eModelsResponse\x12\x1e\n\x06models\x18\x01 \x03(\x0b\x32\x0e.velorum.Model2J\n\x0bInfoService\x12;\n\x06Models\x12\x16.velorum.ModelsRequest\x1a\x17.velorum.ModelsResponse\"\x00\x42\x12\xea\x02\x0fTucana::Velorumb\x06proto3"
13
13
 
14
14
  pool = Google::Protobuf::DescriptorPool.generated_pool
15
15
  pool.add_serialized_file(descriptor_data)
@@ -4,5 +4,5 @@
4
4
  # to update the version, run "bundle exec rake release:version[NEW_VERSION]".
5
5
 
6
6
  module Tucana
7
- VERSION = "0.0.71"
7
+ VERSION = "0.0.72"
8
8
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tucana
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.71
4
+ version: 0.0.72
5
5
  platform: ruby
6
6
  authors:
7
7
  - Niklas van Schrick