|
5446 | 5446 | } |
5447 | 5447 | } |
5448 | 5448 | }, |
5449 | | - "revision": "20250929", |
| 5449 | + "revision": "20251009", |
5450 | 5450 | "rootUrl": "https://dialogflow.googleapis.com/", |
5451 | 5451 | "schemas": { |
5452 | 5452 | "GoogleCloudDialogflowCxV3AdvancedSettings": { |
@@ -12534,13 +12534,61 @@ |
12534 | 12534 | "description": "The selected LLM model.", |
12535 | 12535 | "type": "string" |
12536 | 12536 | }, |
| 12537 | + "parameters": { |
| 12538 | + "$ref": "GoogleCloudDialogflowCxV3beta1LlmModelSettingsParameters", |
| 12539 | + "description": "Generative model parameters." |
| 12540 | + }, |
12537 | 12541 | "promptText": { |
12538 | 12542 | "description": "The custom prompt to use.", |
12539 | 12543 | "type": "string" |
12540 | 12544 | } |
12541 | 12545 | }, |
12542 | 12546 | "type": "object" |
12543 | 12547 | }, |
| 12548 | + "GoogleCloudDialogflowCxV3beta1LlmModelSettingsParameters": { |
| 12549 | + "description": "Generative model parameters to control the model behavior.", |
| 12550 | + "id": "GoogleCloudDialogflowCxV3beta1LlmModelSettingsParameters", |
| 12551 | + "properties": { |
| 12552 | + "inputTokenLimit": { |
| 12553 | + "description": "The input token limit. This setting is currently only supported by playbooks.", |
| 12554 | + "enum": [ |
| 12555 | + "INPUT_TOKEN_LIMIT_UNSPECIFIED", |
| 12556 | + "INPUT_TOKEN_LIMIT_SHORT", |
| 12557 | + "INPUT_TOKEN_LIMIT_MEDIUM", |
| 12558 | + "INPUT_TOKEN_LIMIT_LONG" |
| 12559 | + ], |
| 12560 | + "enumDescriptions": [ |
| 12561 | + "Limit not specified. Treated as 'INPUT_TOKEN_LIMIT_SHORT'.", |
| 12562 | + "Input token limit up to 8k.", |
| 12563 | + "Input token limit up to 32k.", |
| 12564 | + "Input token limit up to 100k." |
| 12565 | + ], |
| 12566 | + "type": "string" |
| 12567 | + }, |
| 12568 | + "outputTokenLimit": { |
| 12569 | + "description": "The output token limit. This setting is currently only supported by playbooks. Only one of output_token_limit and max_output_tokens is allowed to be set.", |
| 12570 | + "enum": [ |
| 12571 | + "OUTPUT_TOKEN_LIMIT_UNSPECIFIED", |
| 12572 | + "OUTPUT_TOKEN_LIMIT_SHORT", |
| 12573 | + "OUTPUT_TOKEN_LIMIT_MEDIUM", |
| 12574 | + "OUTPUT_TOKEN_LIMIT_LONG" |
| 12575 | + ], |
| 12576 | + "enumDescriptions": [ |
| 12577 | + "Limit not specified.", |
| 12578 | + "Input token limit up to 512 tokens.", |
| 12579 | + "Input token limit up to 1k.", |
| 12580 | + "Input token limit up to 2k." |
| 12581 | + ], |
| 12582 | + "type": "string" |
| 12583 | + }, |
| 12584 | + "temperature": { |
| 12585 | + "description": "The temperature used for sampling during response generation. Value ranges from 0 to 1. Temperature controls the degree of randomness in token selection. Lower temperature means less randomness, while higher temperature means more randomness. Valid range: [0.0, 1.0]", |
| 12586 | + "format": "float", |
| 12587 | + "type": "number" |
| 12588 | + } |
| 12589 | + }, |
| 12590 | + "type": "object" |
| 12591 | + }, |
12544 | 12592 | "GoogleCloudDialogflowCxV3beta1LoadVersionRequest": { |
12545 | 12593 | "description": "The request message for Versions.LoadVersion.", |
12546 | 12594 | "id": "GoogleCloudDialogflowCxV3beta1LoadVersionRequest", |
|
0 commit comments