diff --git a/openapi.yaml b/openapi.yaml index 42c664e..3451987 100644 --- a/openapi.yaml +++ b/openapi.yaml @@ -10868,6 +10868,12 @@ components: type: object required: [hourly, input, output, base, finetune] properties: + base: + type: number + example: 0 + finetune: + type: number + example: 0 hourly: type: number example: 0 @@ -10877,12 +10883,9 @@ components: output: type: number example: 0.3 - base: - type: number - example: 0 - finetune: + cached_input: type: number - example: 0 + example: 0.2 ToolsPart: type: object