Skip to content

Commit 1b190fe

Browse files
authored
feat(product_catalog): add support for input_cached_token (#1945)
1 parent 201307d commit 1b190fe

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

  • scaleway-async/scaleway_async/product_catalog/v2alpha1
  • scaleway/scaleway/product_catalog/v2alpha1

scaleway-async/scaleway_async/product_catalog/v2alpha1/types.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -105,6 +105,7 @@ class PublicCatalogProductPropertiesGenerativeApisTokenType(
105105
INPUT_TOKEN = "input_token"
106106
OUTPUT_TOKEN = "output_token"
107107
INPUT_DURATION = "input_duration"
108+
INPUT_CACHED_TOKEN = "input_cached_token"
108109

109110
def __str__(self) -> str:
110111
return str(self.value)

scaleway/scaleway/product_catalog/v2alpha1/types.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -105,6 +105,7 @@ class PublicCatalogProductPropertiesGenerativeApisTokenType(
105105
INPUT_TOKEN = "input_token"
106106
OUTPUT_TOKEN = "output_token"
107107
INPUT_DURATION = "input_duration"
108+
INPUT_CACHED_TOKEN = "input_cached_token"
108109

109110
def __str__(self) -> str:
110111
return str(self.value)

0 commit comments

Comments
 (0)