We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
input_cached_token
1 parent 201307d commit 1b190feCopy full SHA for 1b190fe
2 files changed
scaleway-async/scaleway_async/product_catalog/v2alpha1/types.py
@@ -105,6 +105,7 @@ class PublicCatalogProductPropertiesGenerativeApisTokenType(
105
INPUT_TOKEN = "input_token"
106
OUTPUT_TOKEN = "output_token"
107
INPUT_DURATION = "input_duration"
108
+ INPUT_CACHED_TOKEN = "input_cached_token"
109
110
def __str__(self) -> str:
111
return str(self.value)
scaleway/scaleway/product_catalog/v2alpha1/types.py
0 commit comments