tencent cloud

Tencent Cloud Agent Development Platform

Release Notes and Announcements
Release Notes
Product Announcement
Product Introduction
Product Overview
Advantages
Use Cases
Model Introduction
Purchase Guide
Package Subscription
Previous Version
Getting Started
Agent Application and Its Three Modes
Creating a "Content Summary Assistant" in Standard Mode
Creating a “Webpage Scraping Assistant” in Single Workflow Mode
Creating a “Stand-up Comedy Content Creation Assistant” in Multi-Agent Mode
Operation Guide
Application Development
Workflow
Multi-Agent
Knowledge Base
Widget
Plugin Marketplace
Model List 
Prompt Templates
Application Templates
Platform Management
Business, Workspace and Permissions
API Documentation
History
API Category
Making API Requests
Atomic Capability APIs
Operation Optimization APIs
Document Library APIs
Q&A Database APIs
Knowledge Tag APIs
Application Management APIs
Enterprise Management APIs
Billing APIs
Release Management APIs
Dialogue Endpoint APIs
Data Statistics APIs
Data Types
Error Codes
Application API Documentation
Dialogue API Overview
Dialog API Documentation (WebSocket)
Dialog API Documentation (HTTP SSE)
Image Chat or File Chat (Real-time Document Parsing + Chat)
Offline Document Upload
Tencent Cloud Agent Development Platform Operation COS Guide
ADP Document Parsing Protocol
FAQs
Product FAQs
Technical FAQs
Related Agreements
Tencent Cloud Agent Development Platform Service Level Agreement
Tencent Cloud Agent Development Platform Service Specific Terms
Tencent Cloud Agent Development Platform Privacy Policy
Tencent Cloud Agent Development Platform Data Processing and Security Agreement
Open-Source License Statement
Lighthouse OpenClaw Connector Plugin Service Agreement
Contact Us
Glossary

Parameter Templates

PDF
Focus Mode
Font Size
Last updated: 2025-09-15 17:15:02
This document provides parameter extractor node commonly used parameter templates. Based on your business needs, you can reuse and adjust template content.

Time Parameters

Date

Typical scenario: Obtain the appointment date when registering, with strict format requirements (YYYY-MM-DD). Users are advised to clearly provide the year, month, and day, not just the day or month and day.
Parameter Configuration:
Parameter Name: Appointment Date
Parameter description: The user-provided appointment date in the format YYYY-MM-DD. For example, 2025-01-10 means January 10, 2025. If the user provides a blurry date description, such as only month and day (lacking year) or only day (lacking year and month), at this point the appointment date is incomplete and requires setting the date parameter value to empty "".

Time Point

Typical scenario: Obtain user's accurate appointment moment during registration, with strict format requirements, using the 24-hour clock (hh:mm).
Parameter Configuration:
Parameter Name: Appointment Time
Parameter description: The specific time the user wants to reserve an appointment, using the 24-hour time format (hh:mm), where hh means hour and mm means minutes. For example, 9:00 represents 9 in the morning and 15:30 represents 3:30 in the afternoon.

String Parameters

Mobile Number

Typical Scenario: When entering employee information, obtain the entered mobile number in the format of a Chinese mainland mobile number, and verify the mobile number.
Parameter Configuration:
Parameter Name: employee mobile number
Parameter Description: Verify the user-entered employee mobile number.
(1) China mobile number verification: must be a Chinese mainland mobile number. If the provided employee mobile number is not a Chinese mainland mobile number, at this point it is an invalid number format and must set the employee mobile number value to empty "".
(2) Digit verification: the employee mobile number must be 11 Arabic numerals. If the provided employee mobile number is not 11 digits, at this point it is an invalid number format and must set the employee mobile number value to empty "".

Identity Card Number

Typical Scenario: When entering employee information, obtain the entered identity card number and perform format verification.
Parameter Configuration:
Parameter Name: employee identity card number
Parameter Description: The user-entered employee identity card number must meet the following two requirements to be valid:
(1) A valid identity card number has 18 digits.
(2) The last digit of a valid identity card number must be an Arabic numeral, the letter X, or the letter x.
If the user-provided employee identity card number fails to satisfy these two requirements, it is an invalid identity card number and must reset the employee identity card number value to empty "".

Location Parameters

Country

Typical scenario: Obtain the recipient's country provided by the user when sending international express delivery. The requirement is a foreign country, and the corresponding country can be automatically converted based on the city (if less popular cities exist in business scenarios, it is recommended to create a database for direct querying).
Parameter Configuration:
Parameter Name: Recipient Country
Parameter Description: The foreign country where the express is finally delivered must be a specific foreign country name, such as the United States or the UK. If the extracted parameter value is a foreign recipient city, it must be automatically converted to the corresponding country name.

Measurement Unit Parameters

Length

Typical scenario: Obtain the length of wood during warehouse entry record, provide the measurement unit, and reserve one decimal place.
Parameter Configuration:
Parameter name: wood length
Parameter description: User-provided wood length, format as Arabic numerals + length unit. The wood length must be a value larger than 0 and keep one decimal place, such as 1.0 meter, 15.5 centimeters.
If the user-provided length equals 0 or is a negative number, set the wood length value to empty "".
If the user provides only a number without a measurement unit, or only a measurement unit without a number, it means the length information of the wood is missing, and the wood length value should be set to empty "".

Help and Support

Was this page helpful?

Help us improve! Rate your documentation experience in 5 mins.

Feedback