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:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: c9b7fe46e4222f61b5858fdf4e9f02f264e8475ba928f02050daf84135cea6c6
|
|
4
|
+
data.tar.gz: 50c88bc464bc6468c5418c611618ed26ac6862c451cf156acca3949aa3d72727
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
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\"\
|
|
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\"\
|
|
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)
|
data/lib/tucana/version.rb
CHANGED