runapi-gemini-omni 0.3.1 → 0.3.2
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 +4 -4
- data/lib/runapi/gemini_omni/types.rb +2 -2
- metadata +4 -4
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: d34a2b43ac291a2ac98902b9a502f6ca66d4982bab7d7c740304e215946aed2f
|
|
4
|
+
data.tar.gz: c98d47777ceb4a7b5199cbdf55d96952bbbb23423e95e7a21048554ce5a8c4cb
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 26263223713a1f5bc187e199da494146f75255ceb6c6912e0a2104d039a36681e35fbc3e19b5078e5cb1ac57300ae6b366908d78137d4a150ab3e94065c339f3
|
|
7
|
+
data.tar.gz: 3b6a1fabdb72b383d1569ca77c63c9eaaccac73cca47e7ac6805eb7a0a0e827598162499f7f15c560f000da03010e4ff322c9d60c01108cd1ba33ea58b62db3b
|
|
@@ -19,7 +19,7 @@ module RunApi
|
|
|
19
19
|
end
|
|
20
20
|
|
|
21
21
|
# Result of a synchronous create-audio call.
|
|
22
|
-
class CreateAudioResponse < RunApi::Core::
|
|
22
|
+
class CreateAudioResponse < RunApi::Core::TaskResponse
|
|
23
23
|
required :id, String
|
|
24
24
|
optional :audio, -> { Audio }
|
|
25
25
|
optional :error, String
|
|
@@ -38,7 +38,7 @@ module RunApi
|
|
|
38
38
|
end
|
|
39
39
|
|
|
40
40
|
# Result of a synchronous create-character call.
|
|
41
|
-
class CreateCharacterResponse < RunApi::Core::
|
|
41
|
+
class CreateCharacterResponse < RunApi::Core::TaskResponse
|
|
42
42
|
required :id, String
|
|
43
43
|
optional :character, -> { Character }
|
|
44
44
|
optional :error, String
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: runapi-gemini-omni
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.3.
|
|
4
|
+
version: 0.3.2
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- RunAPI
|
|
@@ -15,14 +15,14 @@ dependencies:
|
|
|
15
15
|
requirements:
|
|
16
16
|
- - "~>"
|
|
17
17
|
- !ruby/object:Gem::Version
|
|
18
|
-
version: 0.
|
|
18
|
+
version: 0.3.0
|
|
19
19
|
type: :runtime
|
|
20
20
|
prerelease: false
|
|
21
21
|
version_requirements: !ruby/object:Gem::Requirement
|
|
22
22
|
requirements:
|
|
23
23
|
- - "~>"
|
|
24
24
|
- !ruby/object:Gem::Version
|
|
25
|
-
version: 0.
|
|
25
|
+
version: 0.3.0
|
|
26
26
|
description: The Gemini Omni Ruby SDK is the language-specific package for Gemini
|
|
27
27
|
Omni on RunAPI. Use this package for voice resources, character resources, and multimodal
|
|
28
28
|
video generation workflows when your application needs request bodies, task status
|
|
@@ -68,7 +68,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
68
68
|
- !ruby/object:Gem::Version
|
|
69
69
|
version: '0'
|
|
70
70
|
requirements: []
|
|
71
|
-
rubygems_version: 4.0.
|
|
71
|
+
rubygems_version: 4.0.17
|
|
72
72
|
specification_version: 4
|
|
73
73
|
summary: Gemini Omni Ruby SDK for RunAPI
|
|
74
74
|
test_files: []
|