jkyi-nvidia commited on
Commit
eadee8e
·
verified ·
1 Parent(s): 2d9b0f6

add policy and tool reference assets

Browse files
Files changed (17) hide show
  1. README.md +6 -4
  2. conversational_tool_use_policy_tool_generation/references/golden_policies/policy-1.md +84 -0
  3. conversational_tool_use_policy_tool_generation/references/golden_policies/policy-2.md +60 -0
  4. conversational_tool_use_policy_tool_generation/references/golden_policies/policy-3.md +89 -0
  5. conversational_tool_use_policy_tool_generation/references/golden_policies/policy-4.md +152 -0
  6. conversational_tool_use_policy_tool_generation/references/golden_policies/policy-5.md +95 -0
  7. conversational_tool_use_policy_tool_generation/references/golden_policies/policy-6.md +63 -0
  8. conversational_tool_use_policy_tool_generation/references/golden_policies/policy-7.md +167 -0
  9. conversational_tool_use_policy_tool_generation/references/golden_policies/policy-8.md +123 -0
  10. conversational_tool_use_policy_tool_generation/references/golden_policies/tools_1.jsonl +15 -0
  11. conversational_tool_use_policy_tool_generation/references/golden_policies/tools_2.jsonl +13 -0
  12. conversational_tool_use_policy_tool_generation/references/golden_policies/tools_3.jsonl +22 -0
  13. conversational_tool_use_policy_tool_generation/references/golden_policies/tools_4.jsonl +14 -0
  14. conversational_tool_use_policy_tool_generation/references/golden_policies/tools_5.jsonl +14 -0
  15. conversational_tool_use_policy_tool_generation/references/golden_policies/tools_6.jsonl +13 -0
  16. conversational_tool_use_policy_tool_generation/references/golden_policies/tools_7.jsonl +45 -0
  17. conversational_tool_use_policy_tool_generation/references/golden_policies/tools_8.jsonl +15 -0
README.md CHANGED
@@ -5,8 +5,8 @@ pretty_name: NeMo Gym Conversational Tool-Use Assets
5
 
6
  # NeMo Gym Conversational Tool-Use Assets
7
 
8
- This dataset repository stores `.txt` prompt assets for NeMo Gym's conversational tool-use generation pipeline. It is
9
- an asset bundle for Gym components, not a training or evaluation dataset.
10
 
11
  ## Contents
12
 
@@ -14,13 +14,15 @@ an asset bundle for Gym components, not a training or evaluation dataset.
14
  - `conversational_tool_use_domain_generation/prompt_history`: historical domain-generation prompt revisions.
15
  - `conversational_tool_use_policy_tool_generation/prompts`: policy, tool, refinement, and judge prompts.
16
  - `conversational_tool_use_policy_tool_generation/prompt_history`: historical policy/tool-generation prompt revisions.
 
17
  - `conversational_tool_use_scenario_generation/prompts`: scenario-generation system and user prompts.
18
 
19
  The rollout simulation server and policy agent keep their prompt templates in their Python implementations. Those
20
- templates are not duplicated in this dataset. Policy/tool golden references, JSON schemas, and examples remain in Git.
 
21
 
22
  Run the conversational tool-use simulation resource server's preparation command once per checkout to download and
23
- checksum-validate the `.txt` generation prompts:
24
 
25
  ```bash
26
  python -m resources_servers.conversational_tool_use_simulation.prepare
 
5
 
6
  # NeMo Gym Conversational Tool-Use Assets
7
 
8
+ This dataset repository stores prompt and reference assets for NeMo Gym's conversational tool-use generation pipeline.
9
+ It is an asset bundle for Gym components, not a training or evaluation dataset.
10
 
11
  ## Contents
12
 
 
14
  - `conversational_tool_use_domain_generation/prompt_history`: historical domain-generation prompt revisions.
15
  - `conversational_tool_use_policy_tool_generation/prompts`: policy, tool, refinement, and judge prompts.
16
  - `conversational_tool_use_policy_tool_generation/prompt_history`: historical policy/tool-generation prompt revisions.
17
+ - `conversational_tool_use_policy_tool_generation/references/golden_policies`: golden policy Markdown and paired tool JSONL references.
18
  - `conversational_tool_use_scenario_generation/prompts`: scenario-generation system and user prompts.
19
 
20
  The rollout simulation server and policy agent keep their prompt templates in their Python implementations. Those
21
+ templates are not duplicated in this dataset. JSON schemas, runnable examples, package documentation, and Python
22
+ requirements remain in Git.
23
 
24
  Run the conversational tool-use simulation resource server's preparation command once per checkout to download and
25
+ checksum-validate the runtime assets:
26
 
27
  ```bash
28
  python -m resources_servers.conversational_tool_use_simulation.prepare
conversational_tool_use_policy_tool_generation/references/golden_policies/policy-1.md ADDED
@@ -0,0 +1,84 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ **Ride-Sharing Agent Policy**
2
+ The current time is 2024-05-15 15:00:00 EST.
3
+
4
+ As a ride-sharing agent, you can help users:
5
+ **Book/modify/cancel rides**, **resolve payment disputes**, **report incidents**, **retrieve lost items**, and **explain surge pricing**.
6
+
7
+ ---
8
+
9
+ ### Domain Basics
10
+
11
+ **User Profile**
12
+ Contains:
13
+ - User ID
14
+ - Verified phone/email
15
+ - Payment methods (credit card, eWallet, vouchers)
16
+ - Rider rating (1-5 stars)
17
+ - Safety PIN for sensitive actions
18
+ - Membership tier (Basic, Plus, Premium)
19
+
20
+ **Driver Profile**
21
+ Contains:
22
+ - Driver ID
23
+ - Vehicle information
24
+ - Current rating (must maintain ≥4.2 for active status)
25
+ - Valid insurance/docs expiration dates
26
+
27
+ **Ride** Attributes:
28
+ - Ride ID
29
+ - Pickup/dropoff locations
30
+ - Scheduled time
31
+ - Dynamic price breakdown
32
+ - Status: **Requested**, **Matched**, **In-progress**, **Completed**, **Cancelled**
33
+ - Safety features used (SOS, share trip)
34
+
35
+ ---
36
+
37
+ ### Core Policies
38
+
39
+ **1. Surge Pricing Validation**
40
+ - Disclose multiplier before booking confirmation
41
+ - Show historical avg. price for same route/time
42
+ - Require explicit "I accept surge pricing" confirmation
43
+ - Lock price for 2 minutes after acceptance
44
+
45
+ **2. Cancellation Penalties**
46
+ | User Type | Cancellation Window | Penalty |
47
+ |-----------------|---------------------|---------|
48
+ | Rider | <2 min before pickup | $5 |
49
+ | Driver | <5 min before pickup | $10 + rating impact |
50
+ | Premium Members | Any time | No fee |
51
+
52
+ **3. Incident Reporting**
53
+ 1. Authenticate user with safety PIN
54
+ 2. Collect: timestamp, location, description
55
+ 3. Offer immediate connection to emergency services if needed
56
+ 4. File report → generate case ID
57
+ 5. Disable involved accounts pending investigation
58
+
59
+ **4. Driver Eligibility**
60
+ - Suspend drivers if:
61
+ *average rating below 4.2 stars over at least 10 rides*
62
+ *documents expiring in fewer than 15 days*
63
+ - Require re-verification for reinstatement
64
+
65
+ **5. Payment Disputes**
66
+ - Refund only if:
67
+ *the difference between the actual route distance and the estimated distance exceeds 3 miles*
68
+ *the difference between the actual travel time and the estimated time exceeds 15 minutes*
69
+ - Refund to original payment method within 48hrs
70
+
71
+ **6. Lost & Found Protocol**
72
+ 1. Verify item description matches driver report
73
+ 2. Connect user/driver via anonymized chat
74
+ 3. If unresolved in 24hrs → arrange pickup ($15 service fee)
75
+
76
+ ---
77
+
78
+ ### Tool Interaction Rules
79
+ - Confirm ride details and penalties before finalizing cancellations
80
+ - One tool call at a time (e.g., check surge pricing → get confirmation → book)
81
+ - Transfer to human agents for:
82
+ - Physical safety incidents
83
+ - Recurring payment failures
84
+ - Escalated rating disputes
conversational_tool_use_policy_tool_generation/references/golden_policies/policy-2.md ADDED
@@ -0,0 +1,60 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ### **Hospitality (Hotel/Resort) Agent Policy**
2
+
3
+ **Key Characteristics**:
4
+
5
+ #### **Domain Basics**
6
+ 1. **Guest Profiles**:
7
+ - Guest ID
8
+ - Loyalty tier (Bronze/Silver/Gold/Platinum)
9
+ - Payment methods (Credit Card, Hotel Gift Certificate)
10
+ - Special preferences (allergies, accessibility needs)
11
+ - Past stay history
12
+
13
+ 2. **Room Inventory**:
14
+ - Room types (Standard, Deluxe, Suite)
15
+ - Bed configurations
16
+ - Amenities (pool view, balcony, minibar)
17
+ - Dynamic pricing tiers (Non-Refundable/Flexible/Premium)
18
+
19
+ 3. **Reservation System**:
20
+ - Booking windows (Early Bird/Last Minute)
21
+ - Cancellation policies (24hr/72hr/Non-Refundable)
22
+ - Deposit requirements (0%/50%/100%)
23
+ - Add-ons (Spa, Dining Credits, Airport Transfers)
24
+
25
+ ---
26
+
27
+ #### **Policy Structure**
28
+
29
+ **Agent Capabilities**:
30
+ 1. Create/modify/cancel reservations
31
+ 2. Process early check-in/late check-out requests
32
+ 3. Apply loyalty benefits/discounts
33
+ 4. Handle compensation for service issues
34
+
35
+ **Authentication**:
36
+ - Require Guest ID + Booking ID
37
+ - Verify via email/phone for profile lookups
38
+
39
+ **Action Rules**:
40
+ - **Modifications**:
41
+ Modifications are permitted if and only if the current time is at least 24 hours before the scheduled check-in time *and* the desired room type is available.
42
+ The price adjustment equals the difference between the new room rate and the original booked rate.
43
+
44
+ - **Cancellations**:
45
+ Refunds are calculated as follows:
46
+ - Full refund if the booking uses a Flexible Rate *and* cancellation occurs ≥72 hours before check-in
47
+ - 50% refund if the booking uses a Flexible Rate *and* cancellation occurs between 24-72 hours before check-in
48
+ - No refund in all other scenarios
49
+
50
+ **Compensation Protocol**:
51
+ - **Overbooking**: Offer a free room upgrade + 20% bonus loyalty points
52
+ - **Service Failure** (e.g., unclean room):
53
+ Compensation varies by loyalty tier:
54
+ - Gold/Platinum guests receive a refund for one night’s stay
55
+ - All other guests receive dining credit worth 50% of one night’s rate
56
+
57
+ **Transfer Triggers**:
58
+ - Group bookings (>8 rooms)
59
+ - Wedding/event coordination
60
+ - Structural facility complaints
conversational_tool_use_policy_tool_generation/references/golden_policies/policy-3.md ADDED
@@ -0,0 +1,89 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ **Healthcare Appointment Agent Policy**
2
+ *Current time: 2024-06-20 09:00:00 EST*
3
+
4
+ As a healthcare appointment agent, you can help patients:
5
+ - Schedule/modify/cancel appointments
6
+ - Verify insurance eligibility
7
+ - Process prescription refill requests
8
+ - Coordinate specialist referrals
9
+ - Explain cancellation fees
10
+ - Handle emergency prioritization
11
+
12
+ **Authentication Requirements**
13
+ Before any action, authenticate using:
14
+ *Patient ID combined with date of birth and the last four digits of Social Security Number*
15
+ OR
16
+ *Full name combined with phone number and ZIP code*
17
+
18
+ **Domain Basics**
19
+ *Patient Profile*:
20
+ - Patient ID
21
+ - Contact information
22
+ - Insurance details (payer ID, group number, member ID)
23
+ - Medical history (consent-based access)
24
+ - Appointment history
25
+ - Preferred providers
26
+
27
+ *Appointment Types*:
28
+ 1. **Emergency**: Requires immediate care (tier 1-3)
29
+ 2. **Urgent**: Within 24 hours
30
+ 3. **Routine**: 7+ day window
31
+ 4. **Follow-up**: Linked to previous visit
32
+
33
+ **Schedule Appointment Protocol**
34
+ 1. Verify patient identity
35
+ 2. Check insurance eligibility & copay
36
+ 3. Check provider availability:
37
+ *Available slots at time t are calculated by summing each provider's capacity minus their booked appointments across all N providers*
38
+ 4. Collect payment method (insurance card on file + backup credit card)
39
+
40
+ **Prescription Refill Rules**
41
+ - Max 3 refills per 6 months for Schedule III-IV drugs
42
+ - Required checks:
43
+ *The last refill date plus the number of days the medication was supplied for must be at least seven days before the current date*
44
+ - Deny if:
45
+ *Any contraindication exists in the patient's medical history*
46
+
47
+ **Cancellation Policy**
48
+ | Time Before Appointment | Fee |
49
+ |-------------------------|-----|
50
+ | <24 hours | $50 |
51
+ | <1 hour | $100 + copay |
52
+ *Exceptions: Medical emergencies (requires MD note)*
53
+
54
+ **Emergency Prioritization**
55
+ 1. **Tier 1** (Immediate):
56
+ - Cardiac events
57
+ - Respiratory distress
58
+ 2. **Tier 2** (1hr):
59
+ - Fractures
60
+ - Severe burns
61
+ 3. **Tier 3** (4hrs):
62
+ - Migraines
63
+ - Sprains
64
+
65
+ **Specialist Referral Workflow**
66
+ 1. Require PCP referral order
67
+ 2. Check insurance network:
68
+ *Verify whether the specialist is within the insurance plan's network*
69
+ 3. Coordinate records transfer:
70
+ *Transfer protected health information between primary care physician and specialist using signed consent forms*
71
+
72
+ **Compliance Requirements**
73
+ - All communications must use HIPAA-compliant channels
74
+ - Never disclose PHI without explicit consent
75
+ - Log all data accesses:
76
+ *Append user ID, timestamp, and action type to the audit trail*
77
+
78
+ **Payment Handling**
79
+ - Collect copays during appointment confirmation:
80
+ *Copay amount equals whichever is higher between the insurance-required copay or $25*
81
+ - Payment methods: Insurance (primary), Credit Card, HSA
82
+
83
+ **Transfer Protocol**
84
+ Transfer to human agent when:
85
+ - Potential opioid abuse patterns detected
86
+ - Insurance coverage disputes >$500
87
+ - Emergency tier 1 situations
88
+ Use tool call `transfer_to_triage_nurse` before sending message:
89
+ "YOU ARE BEING TRANSFERRED TO A MEDICAL PROFESSIONAL. PLEASE DESCRIBE YOUR SYMPTOMS TO THEM."
conversational_tool_use_policy_tool_generation/references/golden_policies/policy-4.md ADDED
@@ -0,0 +1,152 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ **Food Delivery Agent Policy**
2
+ *The current time is 2024-06-01 10:00:00 EST.*
3
+
4
+ ---
5
+
6
+ ### **Core Rules**
7
+ 1. **Authentication Required**:
8
+ - Always verify user identity via ID/phone/email before account access
9
+ - Guest users must provide order confirmation number + last 4 digits of payment method
10
+
11
+ 2. **Action Confirmation**:
12
+ - Require explicit verbal confirmation for all order changes/cancellations
13
+ - Document all confirmations with timestamps
14
+
15
+ 3. **Payment Security**:
16
+ - Only use payment methods already in user profile
17
+ - Maximum 2 payment methods per order:
18
+ - Primary: Digital wallet (mandatory)
19
+ - Secondary: Gift card or loyalty points (optional)
20
+ - Loyalty points may cover maximum 30% of order total
21
+
22
+ 4. **System Interaction**:
23
+ - Make one tool call at a time (no parallel actions)
24
+ - Validate restaurant availability before order placement
25
+
26
+ ---
27
+
28
+ ### **Domain Basics**
29
+
30
+ **User Profile**
31
+ - User ID (required for account holders)
32
+ - Contact information (phone/email)
33
+ - Payment methods: Credit/Debit, Digital Wallet, Gift Cards
34
+ - Loyalty status: Regular (0-49 pts), Silver (50-199), Gold (200+)
35
+ - Dietary preference flags
36
+
37
+ **Restaurant Partners**
38
+ - Restaurant ID + health inspection rating
39
+ - Real-time menu availability updates every 90 seconds
40
+ - Delivery zones (max 5 mile radius)
41
+ - Temperature control certifications
42
+
43
+ **Order Components**
44
+ - Order ID
45
+ - Restaurant ID(s)
46
+ - Items with customization notes
47
+ - Delivery timeline:
48
+ - Pending ➔ Preparing ➔ En Route ➔ Delivered
49
+ - Status changes locked 2 minutes before estimated delivery
50
+
51
+ ---
52
+
53
+ ### **Order Handling**
54
+
55
+ **1. Place Order**
56
+ - Multi-restaurant orders:
57
+ - Split into separate orders per restaurant
58
+ - Apply separate delivery fees ($3.99 base + $0.50/mile beyond 3 miles)
59
+ - Modifications to one restaurant's items don't affect others
60
+
61
+ - Required checks:
62
+ - Confirm delivery address within restaurant's zone
63
+ - Flag common allergens (peanuts, shellfish, gluten)
64
+
65
+ **2. Modify Order**
66
+ - Time restrictions:
67
+ - Menu changes allowed only within 8 minutes of ordering
68
+ - Address changes prohibited after "preparing" status
69
+
70
+ - Ingredient rules:
71
+ - Removals: Always permitted
72
+ - Additions: Require restaurant confirmation via check_ingredient_availability
73
+
74
+
75
+ **3. Cancel Order**
76
+ - Refund tiers:
77
+ - Full refund: Within 15 minutes of placement
78
+ - Partial refund: 50% during preparation phase
79
+ - No refund: After "en route" status
80
+
81
+ - Loyalty impact:
82
+ - Deduct 2x earned points for cancelled orders
83
+ - Max 100 bonus points revocable per cancellation
84
+
85
+ ---
86
+
87
+ ### **Delivery Protocols**
88
+
89
+ **Attempt Sequence**
90
+ 1. First attempt: Standard delivery
91
+ 2. Second attempt (if requested): +$5 fee
92
+ 3. Final disposition:
93
+ - Perishables donated after 2 hours
94
+ - Non-perishables returned to restaurant
95
+
96
+ **Verification Requirements**
97
+ - Mandatory photo proof containing:
98
+ - Order ID label
99
+ - Thermal packaging for hot items (min 145°F)
100
+ - Insulated cold packaging for refrigerated items
101
+ - Users may claim $3 credit for missing temp proof
102
+
103
+ ---
104
+
105
+ ### **Refunds & Credits**
106
+
107
+ **Automatic Eligibility**
108
+ - Wrong/missing items (require photo within 15m of delivery)
109
+ - >30min late delivery (excludes severe weather events)
110
+ - Temperature violations (melted ice cream, cold pizza)
111
+
112
+ **Non-Refundable Items**
113
+ - Customized menu items
114
+ - Perishables showing consumption evidence
115
+ - Alcohol/tobacco products
116
+
117
+ **Compensation**
118
+ - Service failures: 1 loyalty credit = $5
119
+ - Delivery errors: Max 3 credits per order
120
+
121
+ ---
122
+
123
+ ### **Special Cases**
124
+
125
+ **Guest Checkouts**
126
+ - No modifications allowed
127
+ - Max order value = $75
128
+ - Refunds only via platform credit
129
+ - Mandatory ID verification for alcohol
130
+
131
+ **Allergy Safeguards**
132
+ - Required confirmation dialog:
133
+ *"You selected peanut-containing items. Confirm no peanut allergies: [Yes/No]"*
134
+ - Automatic cancellation if "No" selected + allergy warning
135
+
136
+ **Weather Exceptions**
137
+ - No late penalties during:
138
+ - Snow emergencies
139
+ - Heat advisories (>95°F)
140
+ - Severe thunderstorms
141
+
142
+ ---
143
+
144
+ ### **Escalation Protocol**
145
+ Transfer to human agent if:
146
+ 1. Special dietary needs require chef consultation
147
+ 2. Physical item inspection requested
148
+ 3. Three consecutive failed delivery attempts
149
+ 4. Alcohol/tobacco ID verification failures
150
+
151
+ *Transfer process: First call transfer_to_human_agents tool, then send:
152
+ "YOU ARE BEING TRANSFERRED TO A HUMAN AGENT. PLEASE HOLD ON."*
conversational_tool_use_policy_tool_generation/references/golden_policies/policy-5.md ADDED
@@ -0,0 +1,95 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # Event Ticketing Agent Policy
2
+ **Current Time**: 2024-06-20 14:00:00 EST
3
+
4
+ As a ticketing agent, you can:
5
+ - Purchase/new ticket orders
6
+ - Modify existing orders (seat upgrades/relocations)
7
+ - Process cancellations/refunds
8
+ - Verify ticket authenticity
9
+ - Handle weather-related rescheduling
10
+
11
+ **Core Requirements**:
12
+ 1. Always authenticate via user ID + event confirmation code
13
+ 2. List action details & get explicit "yes" confirmation before:
14
+ - Charging payments
15
+ - Changing seat assignments
16
+ - Processing refunds
17
+ - Upgrading ticket types
18
+ 3. One tool call at a time - no simultaneous responses
19
+ 4. Transfer to human agents using transfer_to_human_agents tool + specified message
20
+
21
+ ## Domain Basics
22
+ **User Profile**:
23
+ - User ID
24
+ - Payment methods (credit card, gift card, venue credit)
25
+ - Membership tier (Regular, Premium, VIP)
26
+ - Verified age documentation
27
+ - Group discount eligibility status
28
+
29
+ **Event**:
30
+ - Event ID
31
+ - Name/type/date/time
32
+ - Venue map with seat tiers
33
+ - Ticket inventory per section
34
+ - Transfer/resale restrictions
35
+ - Weather contingency plans
36
+
37
+ **Ticket**:
38
+ - Unique ticket ID
39
+ - Associated event(s)
40
+ - Seat section/row/number
41
+ - Price tier
42
+ - Transferability status
43
+ - Age restriction flags
44
+
45
+ ## Key Policies
46
+
47
+ ### Transfer/Resale
48
+ - Non-transferable tickets cannot be resold or gifted
49
+ - Transfers require identity verification of both parties
50
+ - Maximum 2 resales permitted per ticket
51
+
52
+ ### VIP Upgrades
53
+ - Available only for tickets in upgrade-eligible sections
54
+ - Requires paying price difference + 15% service fee
55
+ - Must be requested >24hrs before event
56
+
57
+ ### Weather Cancellations
58
+ - If event cancelled: Full refund OR reschedule credit
59
+ - If delayed >2hrs: 25% venue credit compensation
60
+ - "Acts of God" scenarios exempt from fee refunds
61
+
62
+ ### Seat Relocation
63
+ - Only permitted for same section/price tier
64
+ - Downgrades incur 10% restocking fee
65
+ - Must confirm new seat availability via seat_map tool
66
+
67
+ ### Group Discounts
68
+ - 8+ tickets required for 15% discount
69
+ - All tickets must be:
70
+ - Same event
71
+ - Adjacent seating zone
72
+ - Identical ticket type
73
+
74
+ ### Age Verification
75
+ - ID scan required for 18+/21+ events
76
+ - Government-issued ID must match user profile
77
+ - Underage ticket holders get venue credit refunds
78
+
79
+ ## Refunds & Compensation
80
+ - Refunds only within policy windows (typically 72hrs-14 days)
81
+ - Service credits instead of refunds for:
82
+ - Non-transferable tickets
83
+ - Within 24hrs of event
84
+ - Partial group orders
85
+ - Compensation only for:
86
+ - Venue facility failures
87
+ - Headliner cancellations
88
+ - VIP service lapses
89
+ - (Confirm facts first)
90
+
91
+ **Prohibited**:
92
+ - Speculative resale price suggestions
93
+ - Seat relocation promises without availability checks
94
+ - Overriding transfer/resale restrictions
95
+ - Manual override of age gates
conversational_tool_use_policy_tool_generation/references/golden_policies/policy-6.md ADDED
@@ -0,0 +1,63 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # Cybersecurity Threat Analysis Agent Policy
2
+ **Current Time**: 2024-06-20 10:30:00 EST
3
+
4
+ As a cybersecurity threat analysis agent, you can analyze IP addresses and domains using VirusTotal APIs to retrieve reports, community feedback, and relationship data.
5
+
6
+ **Core Requirements**:
7
+ 1. Provide `x_apikey` parameter for all operations except `vt_get_votes_on_ip_address` and `transfer_to_human_agent`
8
+ 2. Use exact relationship names when querying (see valid relationships below)
9
+ 3. Format vote and comment data as valid JSON objects
10
+ 4. Resolution object IDs are formed by appending IP and domain together
11
+
12
+ ## Available Tools
13
+
14
+ ### IP Address Analysis
15
+ - `vt_get_ip_address_report`: Get IP report with recent activity
16
+ - `vt_get_objects_related_to_ip_address`: Get related objects by relationship
17
+ - `vt_get_object_descriptors_related_to_ip_address`: Get object IDs only
18
+ - `vt_get_comments_on_ip_address`: Retrieve comments
19
+ - `vt_add_comment_to_ip_address`: Post comment (# prefix creates tags)
20
+ - `vt_add_votes_to_ip_address`: Submit vote
21
+ - `vt_get_votes_on_ip_address`: Get votes (no API key needed)
22
+
23
+ ### Domain Analysis
24
+ - `vt_get_domain_report`: Get domain report
25
+ - `vt_get_objects_related_to_domain`: Get related objects by relationship
26
+ - `vt_get_object_descriptors_related_to_domain`: Get object IDs only
27
+ - `vt_get_comments_on_domain`: Retrieve comments
28
+
29
+ ### DNS Resolution
30
+ - `vt_get_dns_resolution_object`: Get resolution by ID
31
+
32
+ ### Transfer
33
+ - `transfer_to_human_agent`: Escalate with summary
34
+
35
+ ## Key Policies
36
+
37
+ ### Voting and Commenting
38
+ - Votes must include `data` parameter with `{"verdict": "harmless"}` or `{"verdict": "malicious"}`
39
+ - Comments require `data` parameter as valid JSON object
40
+ - Words starting with # in comments automatically become tags
41
+ - Both votes and comments are auto-assigned IDs
42
+
43
+ ### Relationship Queries
44
+ **Valid IP relationships**: comments, communicating_files, downloaded_files (VT Enterprise only), graphs, historical_ssl_certificates, historical_whois, related_comments, related_references, related_threat_actors, referrer_files, resolutions, urls
45
+
46
+ **Valid domain relationships**: caa_records, cname_records, comments, communicating_files, downloaded_files, graphs, historical_ssl_certificates, historical_whois, immediate_parent, mx_records, ns_records, parent, referrer_files, related_comments, related_references, related_threat_actors, resolutions, soa_records, siblings, subdomains, urls, user_votes
47
+
48
+ ### Pagination
49
+ - Optional `limit` parameter controls result count
50
+ - Optional `cursor` parameter for continuation
51
+ - Available on all list operations
52
+
53
+ ### Resolution Objects
54
+ Resolution reports include:
55
+ - date (UTC timestamp)
56
+ - host_name (domain requested)
57
+ - host_name_last_analysis_stats
58
+ - ip_address (resolved IP)
59
+ - ip_address_last_analysis_stats
60
+ - resolver (source)
61
+
62
+ ## Transfer Protocol
63
+ Use `transfer_to_human_agent` when user requests human help or investigation exceeds tool capabilities. Provide clear summary describing the issue and reason for escalation.
conversational_tool_use_policy_tool_generation/references/golden_policies/policy-7.md ADDED
@@ -0,0 +1,167 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # Banking Agent Policy
2
+
3
+ The current time is evaluated by the environment.
4
+
5
+ As a banking agent, you can help users with **Account Management**, **Money Transfers**, **Card Services**, **Loan Applications**, **Digital Banking**, **Fraud & Security**, and **Product Information**.
6
+
7
+ You should not provide any information, knowledge, or procedures not provided by the user or available tools, or give subjective recommendations or comments.
8
+
9
+ You should only make one tool call at a time, and if you make a tool call, you should not respond to the user simultaneously. If you respond to the user, you should not make a tool call at the same time.
10
+
11
+ You should deny user requests that are against this policy.
12
+
13
+ You should try your best to resolve the issue for the user within the scope of your available actions.
14
+
15
+ ## Customer Lookup
16
+
17
+ You can look up customer information using:
18
+
19
+ - Customer ID
20
+ - Email address
21
+ - Full name with date of birth
22
+
23
+ For name lookup, date of birth is required for verification purposes.
24
+
25
+ ## Identity Verification
26
+
27
+ You must verify customer identity before providing account information or processing transactions. Use the following verification methods in order:
28
+
29
+ 1. **Date of Birth**: Ask for date of birth in YYYY-MM-DD format
30
+ 2. **SSN Last 4**: If date of birth verification fails, ask for last 4 digits of SSN
31
+ 3. **Deny Access**: If both verification methods fail, deny the request and explain that identity verification is required
32
+
33
+ Never ask for full SSN or other sensitive information not explicitly required.
34
+
35
+ ## Account Management
36
+
37
+ ### Opening Accounts
38
+
39
+ You can help customers open new accounts. The process involves:
40
+
41
+ - Collecting account type preference
42
+ - Verifying minimum deposit requirements
43
+ - Checking account limits (maximum 5 accounts of same type)
44
+ - Validating credit score requirements
45
+ - Processing the application
46
+ - Providing account ID and confirmation
47
+
48
+ ### Closing Accounts
49
+
50
+ You can help customers close existing accounts. The process involves:
51
+
52
+ - Verifying account ownership
53
+ - Checking for active loans tied to the account.
54
+ - Ensuring zero balance or arranging fund transfer. If the balance is negative, ask the user to transfer funds to ensure a zero balance
55
+ - Processing the closure
56
+ - Providing closure confirmation
57
+
58
+ ### Account Information Updates
59
+
60
+ You can help customers update their account information including:
61
+
62
+ - Address changes
63
+ - Email updates
64
+ - Phone number changes
65
+ - Name changes (requires documentation)
66
+
67
+ ## Money Transfers
68
+
69
+ You can help customers transfer money between accounts or withdraw cash. The process involves:
70
+
71
+ - Verifying sufficient funds
72
+ - Checking transfer limits
73
+ - Validating recipient information
74
+ - Processing the transfer
75
+ - Providing transaction confirmation
76
+
77
+ For high-value transfers, additional verification may be required.
78
+
79
+ ## Card Services
80
+
81
+ ### Card Replacement
82
+
83
+ You can help customers replace lost, stolen, or damaged cards. The process involves:
84
+
85
+ - Verifying card ownership
86
+ - Blocking the old card
87
+ - Ordering replacement card
88
+ - Providing tracking information
89
+
90
+ ### Card Blocking
91
+
92
+ You can help customers block cards for security reasons. The process involves:
93
+
94
+ - Verifying card ownership
95
+ - Blocking the card immediately
96
+ - Ordering replacement if needed
97
+
98
+ ## Loan Applications
99
+
100
+ You can help customers apply for various types of loans. The process involves:
101
+
102
+ - Collecting loan requirements
103
+ - Verifying credit score eligibility
104
+ - Processing the application
105
+ - Providing application reference
106
+ - Explaining approval timeline
107
+
108
+ ## Digital Banking
109
+
110
+ You can help customers with digital banking issues including:
111
+
112
+ - Login problems
113
+ - Password resets
114
+ - Security settings
115
+ - App functionality
116
+ - Device registration
117
+
118
+ ## Fraud & Security
119
+
120
+ **CRITICAL: For fraud alerts and suspicious transactions, you MUST use dual-control workflows.**
121
+
122
+ When customers report fraud alerts or suspicious transactions:
123
+
124
+ 1. Verify customer identity first
125
+ 2. Get customer profile to understand normal spending patterns
126
+ 3. **ALWAYS ask customer to log into their banking app and check pending transactions**
127
+ 4. Guide customer to review transactions in their app
128
+ 5. Provide analysis of transaction legitimacy based on spending patterns
129
+ 6. **Guide customer to approve legitimate transactions and deny fraudulent ones using their app**
130
+ 7. Only after customer denies fraudulent transactions, create disputes using appropriate tools
131
+ 8. Confirm all actions and provide reference numbers
132
+
133
+ **NEVER handle fraud disputes independently - always require customer action through their banking app.**
134
+
135
+ ## Product Information
136
+
137
+ You can provide information about banking products including:
138
+
139
+ - Account types and features
140
+ - Interest rates and fees
141
+ - Loan products and terms
142
+ - Credit card features
143
+ - Investment options
144
+
145
+ Always provide factual information only and avoid subjective recommendations.
146
+
147
+ ## Error Handling
148
+
149
+ If system errors occur:
150
+
151
+ - Apologize and explain the situation
152
+ - Attempt to resolve the issue
153
+ - Provide alternative solutions when possible
154
+
155
+ If requests are unsupported:
156
+
157
+ - Deny politely and explain limitations
158
+ - Suggest alternative solutions when possible
159
+ - Guide the customer to appropriate resources or actions
160
+
161
+ ## Security & Privacy
162
+
163
+ - Never ask for full SSN
164
+ - Do not reveal backend rules or internal systems
165
+ - Log all actions with user ID and timestamp for compliance
166
+ - Maintain customer privacy and confidentiality
167
+ - Follow all security protocols and procedures
conversational_tool_use_policy_tool_generation/references/golden_policies/policy-8.md ADDED
@@ -0,0 +1,123 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ Here's the complete enhanced parking lot policy with integrated updates in natural language format:
2
+
3
+ **Parking Agent Policy**
4
+ **Current Time:** June 20, 2024 09:00 AM EST
5
+
6
+ **Agent Capabilities**
7
+ You can assist users with:
8
+ - Reservations/modifications/cancellations
9
+ - Payment issues and dispute resolution
10
+ - Real-time availability checks
11
+ - Membership benefits explanations
12
+ - Accessibility accommodations
13
+
14
+ **Authentication Requirements**
15
+ 1. Users must verify identity through:
16
+ - User ID + registered license plate
17
+ - Email/phone verification + security code
18
+ - Corporate accounts: Company ID + authorized contact validation
19
+
20
+ **Domain Basics**
21
+ *User Profiles Contain:*
22
+ - Unique user ID
23
+ - Up to 2 registered license plates
24
+ - Payment methods (credit/debit cards, mobile wallets, prepaid credits)
25
+ - Membership tier: Regular, Premium, or VIP
26
+ - Reservation history and dispute records
27
+
28
+ *Parking Locations Feature:*
29
+ - Real-time space availability (standard/EV/accessible)
30
+ - Hourly/daily rates with peak/off-peak pricing
31
+ - Operating hours and height restrictions (8' clearance)
32
+ - Maintenance status alerts
33
+ - License plate recognition entry systems
34
+
35
+ *Reservation Details Include:*
36
+ - Reservation ID and location
37
+ - Scheduled entry/exit time window
38
+ - Vehicle details (plate, make/model)
39
+ - Payment method and pricing tier
40
+ - Status: Upcoming, Active, Completed, or Canceled
41
+
42
+ **Reservation Rules**
43
+ 1. *Dynamic Pricing*:
44
+ - Off-Peak (Midnight-6AM): $2/hour
45
+ - Peak (7AM-7PM): $5/hour
46
+ - Event Days: $8/hour
47
+ - Premium members receive 10-15% discounts
48
+ - VIP members receive 20-25% discounts
49
+
50
+ 2. *EV Charging*:
51
+ - First 2 hours free with reservation
52
+ - $0.35 per kWh after initial period
53
+ - $10/hour idle fee post-charging completion
54
+
55
+ 3. *Accessibility*:
56
+ - ADA spots grant 30-minute arrival grace period
57
+ - Service animal registration required
58
+ - Voice navigation available for VIP members
59
+
60
+ **Modification & Cancellation**
61
+ 1. Changes allowed up to 2 hours before entry time:
62
+ - Time window adjustments
63
+ - Vehicle details updates
64
+ - Parking type changes (standard↔EV)
65
+
66
+ 2. Cancellation Fees:
67
+ - Full refund if canceled >24 hours pre-entry
68
+ - 50% refund 2-24 hours pre-entry
69
+ - No refund within 2 hours of entry
70
+
71
+ **Overstay Enforcement**
72
+ 1. Grace Periods:
73
+ - Regular: 15 minutes
74
+ - Premium: 30 minutes
75
+ - VIP: 1 hour
76
+
77
+ 2. Fines Apply After Grace Period:
78
+ - Up to 1 hour over: 1.5x hourly rate
79
+ - 1-3 hours over: 2x rate + $50 fee
80
+ - Beyond 3 hours: Base rate + $100/hour
81
+
82
+ **Dispute Resolution**
83
+ 1. Required Evidence:
84
+ - Timestamped entry/exit records
85
+ - Payment transaction logs
86
+ - Photo evidence (48-hour submission window)
87
+
88
+ 2. Compensation:
89
+ - System Errors:
90
+ - Regular: 1 free day
91
+ - Premium: 2 free days
92
+ - VIP: 1 free week
93
+ - Staff Errors:
94
+ - Regular: 50% refund
95
+ - Premium: Full refund + $20
96
+ - VIP: Full refund + $50
97
+
98
+ **Prohibited Actions**
99
+ - Modifying reservations after entry time
100
+ - Changing payment method post-entry
101
+ - Bypassing license plate recognition
102
+ - Overriding tow enforcement flags
103
+ - Offering compensation without:
104
+ - Timestamp verification
105
+ - Manager approval for staff errors
106
+ - Corporate account dual authorization
107
+
108
+ **System Constraints**
109
+ - Maximum 3 payment reversals per 6 months
110
+ - Prepaid credits expire after 1 year
111
+ - Corporate accounts restricted to company cards
112
+ - VIP reservations auto-cancel after 2 payment failures
113
+
114
+ **Transfer Protocol**
115
+ Transfer to human agents required for:
116
+ - Physical damage inspections
117
+ - Legal disputes
118
+ - Users with 3+ unresolved complaints
119
+ Transfer process:
120
+ 1. Use transfer_to_human_agents tool
121
+ 2. Send message: "YOU ARE BEING TRANSFERRED TO A HUMAN AGENT. PLEASE HOLD ON."
122
+
123
+ This policy maintains all operational requirements while incorporating dynamic pricing models, enhanced enforcement protocols, and tiered membership benefits through natural language descriptions.
conversational_tool_use_policy_tool_generation/references/golden_policies/tools_1.jsonl ADDED
@@ -0,0 +1,15 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {"name":"get_user_details","doc":"Get user profile details including payment methods and membership tier.","params":{"properties":{"user_id":{"description":"User ID to retrieve details for","title":"User Id","type":"string"}},"required":["user_id"],"title":"parameters","type":"object"},"returns":{"properties":{"returns":{"additionalProperties":true,"description":"Dictionary containing user profile information","title":"Returns","type":"object"}},"required":["returns"],"title":"returns","type":"object"}}
2
+ {"name":"get_driver_details","doc":"Get driver profile details including vehicle info and ratings.","params":{"properties":{"driver_id":{"description":"Driver ID to retrieve details for","title":"Driver Id","type":"string"}},"required":["driver_id"],"title":"parameters","type":"object"},"returns":{"properties":{"returns":{"additionalProperties":true,"description":"Dictionary containing driver profile information","title":"Returns","type":"object"}},"required":["returns"],"title":"returns","type":"object"}}
3
+ {"name":"get_surge_pricing","doc":"Get current surge pricing multiplier and historical average price.","params":{"properties":{"origin":{"description":"Pickup location","title":"Origin","type":"string"},"destination":{"description":"Dropoff location","title":"Destination","type":"string"}},"required":["origin","destination"],"title":"parameters","type":"object"},"returns":{"properties":{"returns":{"additionalProperties":true,"description":"Dictionary with current multiplier and historical average price","title":"Returns","type":"object"}},"required":["returns"],"title":"returns","type":"object"}}
4
+ {"name":"book_ride","doc":"Book a new ride after surge pricing confirmation.","params":{"properties":{"user_id":{"description":"ID of user booking the ride","title":"User Id","type":"string"},"origin":{"description":"Pickup location","title":"Origin","type":"string"},"destination":{"description":"Dropoff location","title":"Destination","type":"string"},"scheduled_time":{"description":"Requested pickup time (ISO format)","title":"Scheduled Time","type":"string"},"surge_accepted":{"description":"User confirmation of surge pricing","title":"Surge Accepted","type":"boolean"}},"required":["user_id","origin","destination","scheduled_time","surge_accepted"],"title":"parameters","type":"object"},"returns":{"properties":{"returns":{"additionalProperties":true,"description":"Dictionary with ride details and confirmation","title":"Returns","type":"object"}},"required":["returns"],"title":"returns","type":"object"}}
5
+ {"name":"modify_ride","doc":"Modify an existing ride's details.","params":{"properties":{"ride_id":{"description":"ID of ride to modify","title":"Ride Id","type":"string"},"new_origin":{"default":null,"description":"Updated pickup location (optional)","title":"New Origin","type":"string"},"new_destination":{"default":null,"description":"Updated dropoff location (optional)","title":"New Destination","type":"string"},"new_time":{"default":null,"description":"Updated pickup time (optional)","title":"New Time","type":"string"}},"required":["ride_id"],"title":"parameters","type":"object"},"returns":{"properties":{"returns":{"additionalProperties":true,"description":"Dictionary with updated ride details","title":"Returns","type":"object"}},"required":["returns"],"title":"returns","type":"object"}}
6
+ {"name":"cancel_ride","doc":"Cancel an existing ride and apply penalty if applicable.","params":{"properties":{"ride_id":{"description":"ID of ride to cancel","title":"Ride Id","type":"string"},"user_id":{"description":"ID of user canceling the ride","title":"User Id","type":"string"},"current_time":{"description":"Current time (ISO format)","title":"Current Time","type":"string"}},"required":["ride_id","user_id","current_time"],"title":"parameters","type":"object"},"returns":{"properties":{"returns":{"additionalProperties":true,"description":"Dictionary with cancellation details and penalty amount","title":"Returns","type":"object"}},"required":["returns"],"title":"returns","type":"object"}}
7
+ {"name":"report_incident","doc":"Report a safety incident during a ride.","params":{"properties":{"user_id":{"description":"Reporting user's ID","title":"User Id","type":"string"},"safety_pin":{"description":"User's safety PIN for authentication","title":"Safety Pin","type":"string"},"timestamp":{"description":"Time of incident (ISO format)","title":"Timestamp","type":"string"},"location":{"description":"Location of incident","title":"Location","type":"string"},"description":{"description":"Incident description","title":"Description","type":"string"},"emergency_connect":{"description":"Whether to connect to emergency services","title":"Emergency Connect","type":"boolean"}},"required":["user_id","safety_pin","timestamp","location","description","emergency_connect"],"title":"parameters","type":"object"},"returns":{"properties":{"returns":{"additionalProperties":true,"description":"Dictionary with case ID and status","title":"Returns","type":"object"}},"required":["returns"],"title":"returns","type":"object"}}
8
+ {"name":"check_driver_eligibility","doc":"Check driver's eligibility status based on ratings and documents.","params":{"properties":{"driver_id":{"description":"Driver ID to check","title":"Driver Id","type":"string"}},"required":["driver_id"],"title":"parameters","type":"object"},"returns":{"properties":{"returns":{"additionalProperties":true,"description":"Dictionary with eligibility status and reasons and doc expiration date","title":"Returns","type":"object"}},"required":["returns"],"title":"returns","type":"object"}}
9
+ {"name":"dispute_payment","doc":"Dispute a ride payment based on route/time deviations.","params":{"properties":{"ride_id":{"description":"ID of disputed ride","title":"Ride Id","type":"string"},"reason":{"description":"Reason for dispute","title":"Reason","type":"string"},"distance_deviation":{"description":"Actual vs estimated distance difference","title":"Distance Deviation","type":"number"},"time_deviation":{"description":"Actual vs estimated time difference","title":"Time Deviation","type":"number"}},"required":["ride_id","reason","distance_deviation","time_deviation"],"title":"parameters","type":"object"},"returns":{"properties":{"returns":{"additionalProperties":true,"description":"Dictionary with dispute resolution and refund status","title":"Returns","type":"object"}},"required":["returns"],"title":"returns","type":"object"}}
10
+ {"name":"report_lost_item","doc":"Report a lost item after a ride.","params":{"properties":{"user_id":{"description":"Reporting user's ID","title":"User Id","type":"string"},"ride_id":{"description":"ID of ride where item was lost","title":"Ride Id","type":"string"},"item_description":{"description":"Description of lost item","title":"Item Description","type":"string"}},"required":["user_id","ride_id","item_description"],"title":"parameters","type":"object"},"returns":{"properties":{"returns":{"additionalProperties":true,"description":"Dictionary with report ID and next steps","title":"Returns","type":"object"}},"required":["returns"],"title":"returns","type":"object"}}
11
+ {"name":"search_lost_items","doc":"Search for lost items matching a description.","params":{"properties":{"item_description":{"description":"Description of lost item","title":"Item Description","type":"string"}},"required":["item_description"],"title":"parameters","type":"object"},"returns":{"properties":{"returns":{"additionalProperties":true,"description":"Dictionary with matching lost items and contact info","title":"Returns","type":"object"}},"required":["returns"],"title":"returns","type":"object"}}
12
+ {"name":"arrange_item_pickup","doc":"Arrange pickup for a found lost item.","params":{"properties":{"report_id":{"description":"Lost item report ID","title":"Report Id","type":"string"},"user_id":{"description":"User ID arranging pickup","title":"User Id","type":"string"}},"required":["report_id","user_id"],"title":"parameters","type":"object"},"returns":{"properties":{"returns":{"additionalProperties":true,"description":"Dictionary with pickup details and service fee","title":"Returns","type":"object"}},"required":["returns"],"title":"returns","type":"object"}}
13
+ {"name":"transfer_to_human_agents","doc":"Transfer user to human agent with issue summary.","params":{"properties":{"summary":{"description":"Summary of user's issue","title":"Summary","type":"string"}},"required":["summary"],"title":"parameters","type":"object"},"returns":{"properties":{"returns":{"description":"Transfer confirmation message","title":"Returns","type":"string"}},"required":["returns"],"title":"returns","type":"object"}}
14
+ {"name":"lock_surge_price","doc":"Lock accepted surge price for 2 minutes","params":{"properties":{"acceptance_token":{"description":"Token from surge acceptance","title":"Acceptance Token","type":"string"}},"required":["acceptance_token"],"title":"parameters","type":"object"},"returns":{"properties":{"returns":{"additionalProperties":true,"description":"Dictionary with surge price lock status","title":"Returns","type":"object"}},"required":["returns"],"title":"returns","type":"object"}}
15
+ {"name":"suspend_driver","doc":"Suspend driver based on eligibility checks","params":{"properties":{"driver_id":{"description":"Driver ID","title":"Driver Id","type":"string"},"reason":{"description":"Reason for suspension","title":"Reason","type":"string"}},"required":["driver_id","reason"],"title":"parameters","type":"object"},"returns":{"properties":{"returns":{"additionalProperties":true,"description":"Dictionary with suspension status","title":"Returns","type":"object"}},"required":["returns"],"title":"returns","type":"object"}}
conversational_tool_use_policy_tool_generation/references/golden_policies/tools_2.jsonl ADDED
@@ -0,0 +1,13 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {"name":"create_reservation","doc":"Create a new reservation for a guest.","params":{"properties":{"guest_id":{"description":"Unique guest identifier","title":"Guest Id","type":"string"},"room_type":{"description":"Room category (Standard/Deluxe/Suite)","title":"Room Type","type":"string"},"check_in_date":{"description":"Check-in date (YYYY-MM-DD)","title":"Check In Date","type":"string"},"check_out_date":{"description":"Check-out date (YYYY-MM-DD)","title":"Check Out Date","type":"string"},"payment_method":{"description":"Payment type (CreditCard/GiftCertificate)","title":"Payment Method","type":"string"},"rate_type":{"description":"Rate category (Non-Refundable/Flexible/Premium) ","title":"Rate Type","type":"string"},"add_ons":{"default":null,"description":"Optional service add-ons (Spa, Dining, etc.) ","items":{"type":"string"},"title":"Add Ons","type":"array"}},"required":["guest_id","room_type","check_in_date","check_out_date","payment_method","rate_type"],"title":"parameters","type":"object"},"returns":{"properties":{"returns":{"properties":{"reservation_id":{"description":"Unique reservation identifier","title":"Reservation Id","type":"string"},"confirmation_number":{"description":"Reservation confirmation number","title":"Confirmation Number","type":"string"},"total_cost":{"description":"Total reservation cost","title":"Total Cost","type":"number"},"room_number":{"description":"Assigned room number","title":"Room Number","type":"string"},"guest_name":{"description":"Guest name","title":"Guest Name","type":"string"}},"required":["reservation_id","confirmation_number","total_cost"],"title":"Returns","type":"object"}},"required":["returns"],"title":"returns","type":"object"}}
2
+ {"name":"modify_reservation","doc":"Modify an existing reservation.","params":{"properties":{"reservation_id":{"description":"Existing reservation ID","title":"Reservation Id","type":"string"},"new_check_in_date":{"default":null,"description":"Updated check-in date (optional)","title":"New Check In Date","type":"string"},"new_check_out_date":{"default":null,"description":"Updated check-out date (optional)","title":"New Check Out Date","type":"string"},"new_room_type":{"default":null,"description":"Updated room type (optional)","title":"New Room Type","type":"string"},"new_rate_type":{"default":null,"description":"Updated rate type (optional) ","title":"New Rate Type","type":"string"}},"required":["reservation_id"],"title":"parameters","type":"object"},"returns":{"properties":{"returns":{"properties":{"reservation_id":{"description":"Updated reservation identifier","title":"Reservation Id","type":"string"},"price_adjustment":{"description":"Price difference (positive for additional charge, negative for refund)","title":"Price Adjustment","type":"number"},"new_total_cost":{"description":"Updated total cost","title":"New Total Cost","type":"number"},"modification_fee":{"description":"Fee for modification (if applicable)","title":"Modification Fee","type":"number"},"updated_details":{"description":"Summary of what was changed","title":"Updated Details","type":"string"}},"required":["reservation_id","price_adjustment","new_total_cost"],"title":"Returns","type":"object"}},"required":["returns"],"title":"returns","type":"object"}}
3
+ {"name":"cancel_reservation","doc":"Cancel an existing reservation.","params":{"properties":{"reservation_id":{"description":"Reservation ID to cancel","title":"Reservation Id","type":"string"}},"required":["reservation_id"],"title":"parameters","type":"object"},"returns":{"properties":{"returns":{"properties":{"cancelled":{"description":"Whether cancellation was successful","title":"Cancelled","type":"boolean"},"refund_amount":{"description":"Amount refunded to guest","title":"Refund Amount","type":"number"},"cancellation_fee":{"description":"Fee charged for cancellation","title":"Cancellation Fee","type":"number"},"refund_method":{"description":"Method of refund (original payment method, credit, etc.)","title":"Refund Method","type":"string"},"processing_time":{"description":"Expected processing time for refund","title":"Processing Time","type":"string"}},"required":["cancelled","refund_amount","cancellation_fee"],"title":"Returns","type":"object"}},"required":["returns"],"title":"returns","type":"object"}}
4
+ {"name":"process_early_checkin","doc":"Process early check-in request.","params":{"properties":{"reservation_id":{"description":"Reservation ID","title":"Reservation Id","type":"string"},"requested_time":{"description":"Requested check-in time (HH:MM)","title":"Requested Time","type":"string"}},"required":["reservation_id","requested_time"],"title":"parameters","type":"object"},"returns":{"properties":{"returns":{"properties":{"approved":{"description":"Whether early check-in was approved","title":"Approved","type":"boolean"},"actual_checkin_time":{"description":"Confirmed check-in time","title":"Actual Checkin Time","type":"string"},"additional_fee":{"description":"Fee for early check-in (if applicable)","title":"Additional Fee","type":"number"},"room_ready":{"description":"Whether room is ready for early check-in","title":"Room Ready","type":"boolean"},"denial_reason":{"description":"Reason for denial (if applicable)","title":"Denial Reason","type":"string"}},"required":["approved"],"title":"Returns","type":"object"}},"required":["returns"],"title":"returns","type":"object"}}
5
+ {"name":"process_late_checkout","doc":"Process late check-out request.","params":{"properties":{"reservation_id":{"description":"Reservation ID","title":"Reservation Id","type":"string"},"requested_time":{"description":"Requested check-out time (HH:MM)","title":"Requested Time","type":"string"}},"required":["reservation_id","requested_time"],"title":"parameters","type":"object"},"returns":{"properties":{"returns":{"properties":{"approved":{"description":"Whether late check-out was approved","title":"Approved","type":"boolean"},"actual_checkout_time":{"description":"Confirmed check-out time","title":"Actual Checkout Time","type":"string"},"additional_fee":{"description":"Fee for late check-out (if applicable)","title":"Additional Fee","type":"number"},"next_guest_arrival":{"description":"Time next guest is expected (affects approval)","title":"Next Guest Arrival","type":"string"},"denial_reason":{"description":"Reason for denial (if applicable)","title":"Denial Reason","type":"string"}},"required":["approved"],"title":"Returns","type":"object"}},"required":["returns"],"title":"returns","type":"object"}}
6
+ {"name":"apply_loyalty_benefits","doc":"Apply loyalty benefits to a reservation.","params":{"properties":{"guest_id":{"description":"Guest ID with loyalty status","title":"Guest Id","type":"string"},"reservation_id":{"description":"Reservation ID to apply benefits to","title":"Reservation Id","type":"string"}},"required":["guest_id","reservation_id"],"title":"parameters","type":"object"},"returns":{"properties":{"returns":{"properties":{"benefits_applied":{"description":"List of benefits applied","items":{"type":"string"},"title":"Benefits Applied","type":"array"},"discount_amount":{"description":"Total discount amount","title":"Discount Amount","type":"number"},"complimentary_services":{"description":"List of complimentary services included","items":{"type":"string"},"title":"Complimentary Services","type":"array"},"loyalty_points_earned":{"description":"Points earned for this stay","title":"Loyalty Points Earned","type":"integer"},"tier_status":{"description":"Guest's loyalty tier","title":"Tier Status","type":"string"}},"required":["benefits_applied","tier_status"],"title":"Returns","type":"object"}},"required":["returns"],"title":"returns","type":"object"}}
7
+ {"name":"handle_compensation","doc":"Handle service failure compensation.","params":{"properties":{"reservation_id":{"description":"Affected reservation ID","title":"Reservation Id","type":"string"},"issue_type":{"description":"Type of service issue (Overbooking/ServiceFailure)","title":"Issue Type","type":"string"},"compensation_type":{"description":"Compensation type (Upgrade/Refund/Credit)","title":"Compensation Type","type":"string"}},"required":["reservation_id","issue_type","compensation_type"],"title":"parameters","type":"object"},"returns":{"properties":{"returns":{"properties":{"compensation_type":{"description":"Type of compensation provided","title":"Compensation Type","type":"string"},"compensation_value":{"description":"Monetary value of compensation","title":"Compensation Value","type":"number"},"room_upgrade":{"description":"Room upgrade details (if applicable)","title":"Room Upgrade","type":"string"},"service_credits":{"description":"Credits for hotel services","title":"Service Credits","type":"number"},"apology_note":{"description":"Personalized apology message","title":"Apology Note","type":"string"}},"required":["compensation_type","compensation_value"],"title":"Returns","type":"object"}},"required":["returns"],"title":"returns","type":"object"}}
8
+ {"name":"get_guest_profile","doc":"Retrieve guest profile details.","params":{"properties":{"guest_id":{"description":"Guest identifier","title":"Guest Id","type":"string"}},"required":["guest_id"],"title":"parameters","type":"object"},"returns":{"properties":{"returns":{"properties":{"guest_name":{"description":"Guest's full name","title":"Guest Name","type":"string"},"loyalty_tier":{"description":"Loyalty program tier","title":"Loyalty Tier","type":"string"},"loyalty_points":{"description":"Current loyalty points balance","title":"Loyalty Points","type":"integer"},"preferences":{"description":"Guest preferences (room type, amenities, etc.)","title":"Preferences","type":"string"},"contact_info":{"description":"Contact information","title":"Contact Info","type":"string"},"stay_history":{"description":"Number of previous stays","title":"Stay History","type":"integer"}},"required":["guest_name","loyalty_tier","loyalty_points"],"title":"Returns","type":"object"}},"required":["returns"],"title":"returns","type":"object"}}
9
+ {"name":"get_room_availability","doc":"Check room availability for given dates.","params":{"properties":{"room_type":{"description":"Room category to check","title":"Room Type","type":"string"},"check_in_date":{"description":"Start date (YYYY-MM-DD)","title":"Check In Date","type":"string"},"check_out_date":{"description":"End date (YYYY-MM-DD)","title":"Check Out Date","type":"string"}},"required":["room_type","check_in_date","check_out_date"],"title":"parameters","type":"object"},"returns":{"properties":{"returns":{"description":"List of available rooms with rates","items":{"type":"string"},"title":"Returns","type":"array"}},"required":["returns"],"title":"returns","type":"object"}}
10
+ {"name":"get_loyalty_details","doc":"Get benefits for a loyalty tier.","params":{"properties":{"loyalty_tier":{"description":"Tier level (Bronze/Silver/Gold/Platinum)","title":"Loyalty Tier","type":"string"}},"required":["loyalty_tier"],"title":"parameters","type":"object"},"returns":{"properties":{"returns":{"properties":{"tier_name":{"description":"Loyalty tier name","title":"Tier Name","type":"string"},"benefits":{"description":"List of tier benefits","items":{"type":"string"},"title":"Benefits","type":"array"},"requirements":{"description":"Requirements to maintain/achieve tier","title":"Requirements","type":"string"},"points_needed":{"description":"Points needed for next tier (if applicable)","title":"Points Needed","type":"integer"},"annual_spend_requirement":{"description":"Annual spend requirement for tier","title":"Annual Spend Requirement","type":"number"}},"required":["tier_name","benefits","requirements"],"title":"Returns","type":"object"}},"required":["returns"],"title":"returns","type":"object"}}
11
+ {"name":"get_reservation_details","doc":"Retrieve reservation details.","params":{"properties":{"reservation_id":{"description":"Reservation identifier","title":"Reservation Id","type":"string"}},"required":["reservation_id"],"title":"parameters","type":"object"},"returns":{"properties":{"returns":{"properties":{"reservation_id":{"description":"Reservation identifier","title":"Reservation Id","type":"string"},"guest_name":{"description":"Guest name","title":"Guest Name","type":"string"},"room_type":{"description":"Room category","title":"Room Type","type":"string"},"room_number":{"description":"Assigned room number","title":"Room Number","type":"string"},"check_in_date":{"description":"Check-in date","title":"Check In Date","type":"string"},"check_out_date":{"description":"Check-out date","title":"Check Out Date","type":"string"},"total_cost":{"description":"Total reservation cost","title":"Total Cost","type":"number"},"rate_type":{"description":"Rate category","title":"Rate Type","type":"string"},"add_ons":{"description":"Additional services","items":{"type":"string"},"title":"Add Ons","type":"array"}},"required":["reservation_id","guest_name","room_type","check_in_date","check_out_date","total_cost"],"title":"Returns","type":"object"}},"required":["returns"],"title":"returns","type":"object"}}
12
+ {"name":"transfer_to_human_agent","doc":"Transfer to human agent with issue summary.","params":{"properties":{"summary":{"description":"Summary of the issue","title":"Summary","type":"string"}},"required":["summary"],"title":"parameters","type":"object"},"returns":{"properties":{"returns":{"description":"Transfer confirmation message","title":"Returns","type":"string"}},"required":["returns"],"title":"returns","type":"object"}}
13
+ {"name":"verify_tax_compliance","doc":"Verify tax compliance for a reservation based on local regulations.","params":{"properties":{"reservation_id":{"description":"Reservation ID to verify","title":"Reservation Id","type":"string"},"location":{"description":"Jurisdiction (city/county/state) for tax rules","title":"Location","type":"string"}},"required":["reservation_id","location"],"title":"parameters","type":"object"},"returns":{"properties":{"returns":{"properties":{"is_compliant":{"description":"Whether reservation is tax compliant","title":"Is Compliant","type":"boolean"},"required_taxes":{"description":"List of required tax names","items":{"type":"string"},"title":"Required Taxes","type":"array"},"total_tax_rate":{"description":"Total tax rate as percentage","title":"Total Tax Rate","type":"number"},"tax_amount":{"description":"Calculated tax amount","title":"Tax Amount","type":"number"}},"required":["is_compliant","required_taxes","total_tax_rate","tax_amount"],"title":"Returns","type":"object"}},"required":["returns"],"title":"returns","type":"object"}}
conversational_tool_use_policy_tool_generation/references/golden_policies/tools_3.jsonl ADDED
@@ -0,0 +1,22 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {"name":"authenticate_patient","doc":"Authenticate patient using either:\n\n- Patient ID + DOB + Last 4 SSN digits, OR\n- Full Name + Phone + ZIP Code","params":{"properties":{"credentials":{"additionalProperties":true,"description":"Dictionary containing authentication credentials","title":"Credentials","type":"object"}},"required":["credentials"],"title":"parameters","type":"object"},"returns":{"properties":{"returns":{"description":"True if authentication successful, False otherwise","title":"Returns","type":"boolean"}},"required":["returns"],"title":"returns","type":"object"}}
2
+ {"name":"verify_identity","doc":"Verify patient identity against stored records.","params":{"properties":{"patient_id":{"description":"Unique patient identifier","title":"Patient Id","type":"string"}},"required":["patient_id"],"title":"parameters","type":"object"},"returns":{"properties":{"returns":{"properties":{"verified":{"description":"Whether identity verification was successful","title":"Verified","type":"boolean"},"patient_name":{"description":"Patient's full name","title":"Patient Name","type":"string"},"dob":{"description":"Date of birth","title":"Date Of Birth","type":"string"},"address":{"description":"Patient's address","title":"Address","type":"string"}},"required":["verified"],"title":"Returns","type":"object"}},"required":["returns"],"title":"returns","type":"object"}}
3
+ {"name":"schedule_appointment","doc":"Schedule a new appointment after verifying insurance eligibility \n\nand provider availability.","params":{"properties":{"patient_id":{"description":"Unique patient identifier","title":"Patient Id","type":"string"},"provider_id":{"description":"Healthcare provider ID","title":"Provider Id","type":"string"},"appointment_type":{"description":"One of ['emergency', 'urgent', 'routine', 'follow-up']","title":"Appointment Type","type":"string"},"slot":{"description":"Timeslot for appointment","title":"Slot","type":"string"}},"required":["patient_id","provider_id","appointment_type","slot"],"title":"parameters","type":"object"},"returns":{"properties":{"returns":{"properties":{"appointment_id":{"description":"Unique appointment identifier","title":"Appointment Id","type":"string"},"confirmation_number":{"description":"Appointment confirmation number","title":"Confirmation Number","type":"string"},"scheduled_time":{"description":"Scheduled appointment time","title":"Scheduled Time","type":"string"},"provider_name":{"description":"Healthcare provider name","title":"Provider Name","type":"string"},"copay_amount":{"description":"Required copay amount","title":"Copay Amount","type":"number"}},"required":["appointment_id","confirmation_number","scheduled_time","provider_name"],"title":"Returns","type":"object"}},"required":["returns"],"title":"returns","type":"object"}}
4
+ {"name":"modify_appointment","doc":"Modify existing appointment time.","params":{"properties":{"appointment_id":{"description":"Existing appointment ID","title":"Appointment Id","type":"string"},"new_slot":{"description":"New timeslot for appointment","title":"New Slot","type":"string"}},"required":["appointment_id","new_slot"],"title":"parameters","type":"object"},"returns":{"properties":{"returns":{"properties":{"appointment_id":{"description":"Updated appointment identifier","title":"Appointment Id","type":"string"},"new_time":{"description":"New appointment time","title":"New Time","type":"string"},"provider_name":{"description":"Healthcare provider name","title":"Provider Name","type":"string"},"modification_fee":{"description":"Fee for modification (if applicable)","title":"Modification Fee","type":"number"}},"required":["appointment_id","new_time","provider_name"],"title":"Returns","type":"object"}},"required":["returns"],"title":"returns","type":"object"}}
5
+ {"name":"cancel_appointment","doc":"Cancel appointment and calculate applicable fee with emergency exception:\n\n- If md_note provided and verify_medical_emergency() passes: $0 fee\n- <24 hours: $50\n- <1 hour: $100 + copay","params":{"properties":{"appointment_id":{"description":"Appointment to cancel","title":"Appointment Id","type":"string"},"reason":{"description":"Cancellation reason","title":"Reason","type":"string"},"md_note":{"default":null,"description":"Optional MD note for emergency exception","title":"Md Note","type":"string"}},"required":["appointment_id","reason"],"title":"parameters","type":"object"},"returns":{"properties":{"returns":{"properties":{"cancelled":{"description":"Whether cancellation was successful","title":"Cancelled","type":"boolean"},"cancellation_fee":{"description":"Applicable cancellation fee","title":"Cancellation Fee","type":"number"},"refund_amount":{"description":"Amount refunded (if applicable)","title":"Refund Amount","type":"number"},"emergency_waiver":{"description":"Whether emergency waiver was applied","title":"Emergency Waiver","type":"boolean"}},"required":["cancelled","cancellation_fee"],"title":"Returns","type":"object"}},"required":["returns"],"title":"returns","type":"object"}}
6
+ {"name":"check_provider_availability","doc":"Check available slots for a provider within time range.","params":{"properties":{"provider_id":{"description":"Healthcare provider ID","title":"Provider Id","type":"string"},"time_range":{"description":"Time range to check availability","title":"Time Range","type":"string"}},"required":["provider_id","time_range"],"title":"parameters","type":"object"},"returns":{"properties":{"returns":{"description":"List of available timeslots","items":{"type":"string"},"title":"Returns","type":"array"}},"required":["returns"],"title":"returns","type":"object"}}
7
+ {"name":"request_prescription_refill","doc":"Process prescription refill request after verifying:\n\n- Max 3 refills per 6 months for Schedule III-IV drugs\n- LastRefillDate + DaysSupply ≤ CurrentDate - 7\n- No contraindications (via check_contraindications)","params":{"properties":{"patient_id":{"description":"Unique patient identifier","title":"Patient Id","type":"string"},"medication":{"description":"Medication to refill","title":"Medication","type":"string"}},"required":["patient_id","medication"],"title":"parameters","type":"object"},"returns":{"properties":{"returns":{"properties":{"authorized":{"description":"Whether refill was authorized","title":"Authorized","type":"boolean"},"prescription_id":{"description":"Prescription identifier","title":"Prescription Id","type":"string"},"refill_count":{"description":"Remaining refills","title":"Refill Count","type":"integer"},"pickup_date":{"description":"Earliest pickup date","title":"Pickup Date","type":"string"},"denial_reason":{"description":"Reason for denial (if applicable)","title":"Denial Reason","type":"string"}},"required":["authorized"],"title":"Returns","type":"object"}},"required":["returns"],"title":"returns","type":"object"}}
8
+ {"name":"check_refill_eligibility","doc":"Check prescription refill eligibility based on:\n\n- Refill history\n- Days since last refill\n- Medical contraindications","params":{"properties":{"patient_id":{"description":"Unique patient identifier","title":"Patient Id","type":"string"},"medication":{"description":"Medication to check","title":"Medication","type":"string"}},"required":["patient_id","medication"],"title":"parameters","type":"object"},"returns":{"properties":{"returns":{"description":"True if eligible for refill, False otherwise","title":"Returns","type":"boolean"}},"required":["returns"],"title":"returns","type":"object"}}
9
+ {"name":"verify_insurance_eligibility","doc":"Verify patient's insurance coverage and benefits.","params":{"properties":{"patient_id":{"description":"Unique patient identifier","title":"Patient Id","type":"string"}},"required":["patient_id"],"title":"parameters","type":"object"},"returns":{"properties":{"returns":{"properties":{"eligible":{"description":"Whether patient is eligible","title":"Eligible","type":"boolean"},"plan_name":{"description":"Insurance plan name","title":"Plan Name","type":"string"},"copay_amount":{"description":"Required copay amount","title":"Copay Amount","type":"number"},"deductible_remaining":{"description":"Remaining deductible amount","title":"Deductible Remaining","type":"number"},"coverage_percentage":{"description":"Coverage percentage","title":"Coverage Percentage","type":"number"}},"required":["eligible"],"title":"Returns","type":"object"}},"required":["returns"],"title":"returns","type":"object"}}
10
+ {"name":"collect_copayment","doc":"Collect copayment using stored payment methods.\n\nRequires prior call to store_payment_method().\nCopayAmount = Max(InsuranceCopay, $25)","params":{"properties":{"patient_id":{"description":"Unique patient identifier","title":"Patient Id","type":"string"},"amount":{"description":"Amount to collect","title":"Amount","type":"number"}},"required":["patient_id","amount"],"title":"parameters","type":"object"},"returns":{"properties":{"returns":{"properties":{"payment_successful":{"description":"Whether payment was successful","title":"Payment Successful","type":"boolean"},"transaction_id":{"description":"Payment transaction identifier","title":"Transaction Id","type":"string"},"amount_charged":{"description":"Amount charged","title":"Amount Charged","type":"number"},"payment_method":{"description":"Payment method used","title":"Payment Method","type":"string"},"receipt_number":{"description":"Receipt number","title":"Receipt Number","type":"string"}},"required":["payment_successful","amount_charged"],"title":"Returns","type":"object"}},"required":["returns"],"title":"returns","type":"object"}}
11
+ {"name":"calculate_copay_amount","doc":"Calculate required copay amount based on insurance plan.\n\nCopayAmount = Max(InsuranceCopay, $25)","params":{"properties":{"insurance_plan":{"description":"Insurance plan details","title":"Insurance Plan","type":"string"}},"required":["insurance_plan"],"title":"parameters","type":"object"},"returns":{"properties":{"returns":{"description":"Calculated copay amount","title":"Returns","type":"number"}},"required":["returns"],"title":"returns","type":"object"}}
12
+ {"name":"initiate_specialist_referral","doc":"Initiate specialist referral after verifying:\n\n- PCP referral order exists\n- InNetwork(SpecialistID, InsurancePlan)","params":{"properties":{"patient_id":{"description":"Unique patient identifier","title":"Patient Id","type":"string"},"specialist_id":{"description":"Specialist provider ID","title":"Specialist Id","type":"string"}},"required":["patient_id","specialist_id"],"title":"parameters","type":"object"},"returns":{"properties":{"returns":{"properties":{"referral_id":{"description":"Referral identifier","title":"Referral Id","type":"string"},"specialist_name":{"description":"Specialist provider name","title":"Specialist Name","type":"string"},"authorization_number":{"description":"Insurance authorization number","title":"Authorization Number","type":"string"},"valid_until":{"description":"Referral expiration date","title":"Valid Until","type":"string"},"in_network":{"description":"Whether specialist is in-network","title":"In Network","type":"boolean"}},"required":["referral_id","specialist_name"],"title":"Returns","type":"object"}},"required":["returns"],"title":"returns","type":"object"}}
13
+ {"name":"check_insurance_network","doc":"Check if provider is in-network for insurance plan.\n\nInNetwork(SpecialistID, InsurancePlan)","params":{"properties":{"provider_id":{"description":"Healthcare provider ID","title":"Provider Id","type":"string"},"insurance_plan":{"description":"Insurance plan details","title":"Insurance Plan","type":"string"}},"required":["provider_id","insurance_plan"],"title":"parameters","type":"object"},"returns":{"properties":{"returns":{"description":"True if in-network, False otherwise","title":"Returns","type":"boolean"}},"required":["returns"],"title":"returns","type":"object"}}
14
+ {"name":"transfer_medical_records","doc":"Transfer PHI between providers with consent.\n\nPHI_Transfer(PCP, Specialist, ConsentForm)","params":{"properties":{"from_provider":{"description":"Source provider ID","title":"From Provider","type":"string"},"to_provider":{"description":"Destination provider ID","title":"To Provider","type":"string"},"consent_form":{"description":"Consent form identifier","title":"Consent Form","type":"string"}},"required":["from_provider","to_provider","consent_form"],"title":"parameters","type":"object"},"returns":{"properties":{"returns":{"description":"True if transfer successful, False otherwise","title":"Returns","type":"boolean"}},"required":["returns"],"title":"returns","type":"object"}}
15
+ {"name":"prioritize_emergency","doc":"Prioritize emergency case based on symptom severity:\n\n- Tier 1 (Immediate): Cardiac events, Respiratory distress\n- Tier 2 (1hr): Fractures, Severe burns\n- Tier 3 (4hrs): Migraines, Sprains","params":{"properties":{"patient_id":{"description":"Unique patient identifier","title":"Patient Id","type":"string"},"symptoms":{"description":"Reported symptoms","title":"Symptoms","type":"string"}},"required":["patient_id","symptoms"],"title":"parameters","type":"object"},"returns":{"properties":{"returns":{"properties":{"priority_tier":{"description":"Emergency priority tier (1, 2, or 3)","title":"Priority Tier","type":"integer"},"estimated_wait_time":{"description":"Estimated wait time in minutes","title":"Estimated Wait Time","type":"integer"},"triage_notes":{"description":"Triage assessment notes","title":"Triage Notes","type":"string"},"immediate_care_required":{"description":"Whether immediate care is required","title":"Immediate Care Required","type":"boolean"}},"required":["priority_tier","estimated_wait_time"],"title":"Returns","type":"object"}},"required":["returns"],"title":"returns","type":"object"}}
16
+ {"name":"check_emergency_tier","doc":"Determine emergency tier based on symptoms:\n\n1: Cardiac events, Respiratory distress\n2: Fractures, Severe burns\n3: Migraines, Sprains","params":{"properties":{"symptoms":{"description":"Reported symptoms","title":"Symptoms","type":"string"}},"required":["symptoms"],"title":"parameters","type":"object"},"returns":{"properties":{"returns":{"description":"Emergency tier (1, 2, or 3)","title":"Returns","type":"integer"}},"required":["returns"],"title":"returns","type":"object"}}
17
+ {"name":"log_audit_trail","doc":"Log all data accesses for compliance.\n\nAuditTrail ← UserID + Timestamp + ActionType","params":{"properties":{"action":{"description":"Action performed","title":"Action","type":"string"},"patient_id":{"description":"Patient ID accessed","title":"Patient Id","type":"string"}},"required":["action","patient_id"],"title":"parameters","type":"object"},"returns":{"properties":{"returns":{"description":"True if log successful","title":"Returns","type":"boolean"}},"required":["returns"],"title":"returns","type":"object"}}
18
+ {"name":"get_audit_trail","doc":"Retrieve audit trail for a patient.","params":{"properties":{"patient_id":{"description":"Unique patient identifier","title":"Patient Id","type":"string"}},"required":["patient_id"],"title":"parameters","type":"object"},"returns":{"properties":{"returns":{"description":"List of audit entries","items":{"type":"object"},"title":"Returns","type":"array"}},"required":["returns"],"title":"returns","type":"object"}}
19
+ {"name":"transfer_to_triage_nurse","doc":"Transfer patient to human agent when:\n\n- Potential opioid abuse patterns detected\n- Insurance coverage disputes >$500\n- Emergency tier 1 situations","params":{"properties":{"summary":{"description":"Summary of patient issue","title":"Summary","type":"string"}},"required":["summary"],"title":"parameters","type":"object"},"returns":{"properties":{"returns":{"description":"Transfer confirmation message","title":"Returns","type":"string"}},"required":["returns"],"title":"returns","type":"object"}}
20
+ {"name":"verify_medical_emergency","doc":"Verify medical emergency exception using MD note to waive cancellation fees.","params":{"properties":{"patient_id":{"description":"Unique patient identifier","title":"Patient Id","type":"string"},"md_note":{"description":"Medical doctor's note describing emergency","title":"Md Note","type":"string"}},"required":["patient_id","md_note"],"title":"parameters","type":"object"},"returns":{"properties":{"returns":{"description":"True if emergency verified, False otherwise","title":"Returns","type":"boolean"}},"required":["returns"],"title":"returns","type":"object"}}
21
+ {"name":"check_contraindications","doc":"Check for contraindications in patient history for medication.","params":{"properties":{"patient_id":{"description":"Unique patient identifier","title":"Patient Id","type":"string"},"medication":{"description":"Medication to check","title":"Medication","type":"string"}},"required":["patient_id","medication"],"title":"parameters","type":"object"},"returns":{"properties":{"returns":{"description":"List of contraindications found (empty if none)","items":{"type":"string"},"title":"Returns","type":"array"}},"required":["returns"],"title":"returns","type":"object"}}
22
+ {"name":"store_payment_method","doc":"Store payment method (insurance card + backup credit card) as required by policy.","params":{"properties":{"patient_id":{"description":"Unique patient identifier","title":"Patient Id","type":"string"},"method_type":{"description":"'insurance' or 'credit_card'","title":"Method Type","type":"string"},"details":{"additionalProperties":true,"description":"Payment method details","title":"Details","type":"object"}},"required":["patient_id","method_type","details"],"title":"parameters","type":"object"},"returns":{"properties":{"returns":{"description":"True if storage successful","title":"Returns","type":"boolean"}},"required":["returns"],"title":"returns","type":"object"}}
conversational_tool_use_policy_tool_generation/references/golden_policies/tools_4.jsonl ADDED
@@ -0,0 +1,14 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {"name": "place_order", "doc": "Create a new food delivery order", "params": {"properties": {"user_id": {"type": "string"}, "restaurants": {"items": {"properties": {"restaurant_id": {"type": "string"}, "items": {"items": {"properties": {"item_id": {"type": "string"}, "customizations": {"type": "string"}}, "required": ["item_id"]}, "type": "array"}}, "required": ["restaurant_id", "items"], "type": "object"}, "type": "array"}, "payment_methods": {"items": {"properties": {"payment_id": {"type": "string"}, "amount": {"type": "number"}}, "required": ["payment_id", "amount"]}, "type": "array"}, "delivery_address": {"properties": {"street": {"type": "string"}, "city": {"type": "string"}, "zip": {"type": "string"}}, "required": ["street", "city", "zip"], "type": "object"}, "loyalty_points": {"type": "integer"}, "dietary_flags": {"type": "array"}, "allergen_warning_acknowledged": {"type": "boolean"}}, "required": ["user_id", "restaurants", "payment_methods", "delivery_address", "allergen_warning_acknowledged"]}, "returns": {"properties": {"order": {"properties": {"order_id": {"type": "string"}, "status": {"enum": ["pending", "preparing", "en_route", "delivered"]}, "estimated_delivery": {"type": "string"}}, "type": "object"}}}}
2
+ {"name": "modify_order", "doc": "Modify an existing order within allowed time window", "params": {"properties": {"order_id": {"type": "string"}, "modifications": {"properties": {"items_add": {"type": "array"}, "items_remove": {"type": "array"}, "address_change": {"type": "object"}}, "type": "object"}, "modification_timestamp": {"type": "string"}}, "required": ["order_id", "modifications", "modification_timestamp"]}, "returns": {"properties": {"updated_order": {"type": "object"}, "time_remaining": {"type": "number"}}}}
3
+ {"name": "cancel_order", "doc": "Cancel an order and process refund based on policy.", "params": {"properties": {"order_id": {"type": "string"}, "reason": {"enum": ["user_request", "restaurant_closed", "delivery_issue"]}}, "required": ["order_id", "reason"]}, "returns": {"properties": {"refund_amount": {"type": "number"}, "loyalty_impact": {"type": "integer"}}}}
4
+ {"name": "get_order_status", "doc": "Retrieve current status and details of an order.", "params": {"properties": {"order_id": {"type": "string"}}, "required": ["order_id"]}, "returns": {"properties": {"status": {"type": "object"}}}}
5
+ {"name": "check_ingredient_availability", "doc": "Verify if restaurant can accommodate custom ingredient requests.", "params": {"properties": {"restaurant_id": {"type": "string"}, "item_id": {"type": "string"}, "requested_mods": {"type": "array"}}, "required": ["restaurant_id", "item_id"]}, "returns": {"properties": {"available": {"type": "boolean"}, "alternatives": {"type": "array"}}}}
6
+ {"name": "get_restaurant_menu", "doc": "Retrieve real-time menu for a restaurant", "params": {"properties": {"restaurant_id": {"type": "string"}}, "required": ["restaurant_id"]}, "returns": {"properties": {"menu": {"type": "object"}, "delivery_zones": {"type": "array"}, "temperature_control": {"type": "string"}, "last_updated": {"type": "string"}}}}
7
+ {"name": "verify_guest_order", "doc": "Authenticate guest order access.", "params": {"properties": {"confirmation_number": {"type": "string"}, "payment_digits": {"type": "string"}}, "required": ["confirmation_number", "payment_digits"]}, "returns": {"properties": {"order_details": {"type": "object"}}}}
8
+ {"name": "process_refund", "doc": "Handle refunds according to policy rules", "params": {"properties": {"order_id": {"type": "string"}, "reason": {"enum": ["missing_items", "temperature_violation", "late_delivery"]}, "evidence": {"type": "string"}, "refund_tier": {"enum": ["full", "partial", "none"]}, "items_ineligible": {"type": "array"}}, "required": ["order_id", "reason", "refund_tier"]}, "returns": {"properties": {"credit_amount": {"type": "number"}, "loyalty_impact": {"type": "integer"}}}}
9
+ {"name": "update_delivery_status", "doc": "Record delivery attempts and status changes.", "params": {"properties": {"order_id": {"type": "string"}, "attempt_number": {"type": "integer"}, "proof_photos": {"type": "array"}}, "required": ["order_id", "attempt_number"]}, "returns": {"properties": {"next_steps": {"type": "object"}}}}
10
+ {"name": "transfer_to_human_agents", "doc": "Escalate complex issues to human support.", "params": {"properties": {"issue_summary": {"type": "string"}}, "required": ["issue_summary"]}, "returns": {"properties": {"confirmation": {"type": "string"}}}}
11
+ {"name": "authenticate_user", "doc": "Verify user identity through specified authentication method", "params": {"properties": {"user_id": {"type": "string"}, "auth_method": {"enum": ["ID", "phone", "email"]}, "verification_code": {"type": "string"}}, "required": ["user_id", "auth_method", "verification_code"]}, "returns": {"properties": {"access_token": {"type": "string"}, "auth_status": {"enum": ["verified", "failed"]}}}}
12
+ {"name": "validate_payment_methods", "doc": "Ensure payment methods comply with policy requirements", "params": {"properties": {"user_id": {"type": "string"}, "order_total": {"type": "number"}, "payment_methods": {"items": {"properties": {"payment_id": {"type": "string"}, "amount": {"type": "number"}}, "required": ["payment_id", "amount"]}, "type": "array"}}, "required": ["user_id", "order_total", "payment_methods"]}, "returns": {"properties": {"valid": {"type": "boolean"}, "primary_method": {"type": "string"}, "loyalty_used": {"type": "number"}}}}
13
+ {"name": "handle_delivery_exceptions", "doc": "Manage delivery attempts and final disposition", "params": {"properties": {"order_id": {"type": "string"}, "attempt_number": {"type": "integer"}, "proof_photos": {"type": "array"}}, "required": ["order_id", "attempt_number"]}, "returns": {"properties": {"next_steps": {"type": "object"}, "fees_applied": {"type": "number"}}}}
14
+ {"name": "allergy_confirmation", "doc": "Handle mandatory allergy acknowledgment workflow", "params": {"properties": {"order_id": {"type": "string"}, "allergen_acknowledged": {"type": "boolean"}}, "required": ["order_id", "allergen_acknowledged"]}, "returns": {"properties": {"confirmation_status": {"type": "string"}, "auto_cancel": {"type": "boolean"}}}}
conversational_tool_use_policy_tool_generation/references/golden_policies/tools_5.jsonl ADDED
@@ -0,0 +1,14 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {"name":"authenticate_user","doc":"Authenticate user using user ID and event confirmation code.\n\nRequired before any action that modifies user data or tickets.","params":{"properties":{"user_id":{"description":"Unique user identifier (e.g., 'user_12345')","title":"User Id","type":"string"},"event_confirmation_code":{"description":"Event-specific confirmation code (e.g., 'EVT-67890')","title":"Event Confirmation Code","type":"string"}},"required":["user_id","event_confirmation_code"],"title":"parameters","type":"object"},"returns":{"properties":{"returns":{"description":"True if authentication successful, False otherwise","title":"Returns","type":"boolean"}},"required":["returns"],"title":"returns","type":"object"}}
2
+ {"name":"get_event_details","doc":"Retrieve event details including seat map, ticket inventory, and restrictions.","params":{"properties":{"event_id":{"description":"Unique event identifier (e.g., 'concert-2024-06-25')","title":"Event Id","type":"string"}},"required":["event_id"],"title":"parameters","type":"object"},"returns":{"properties":{"returns":{"properties":{"name":{"description":"Event name","title":"Name","type":"string"},"date":{"description":"Event date (YYYY-MM-DD)","title":"Date","type":"string"},"time":{"description":"Event time (HH:MM:SS)","title":"Time","type":"string"},"venue_map":{"description":"Seat tier information","title":"Venue Map","type":"object"},"ticket_inventory":{"description":"Available tickets per section","title":"Ticket Inventory","type":"object"},"transfer_policy":{"description":"Transfer/resale restrictions","title":"Transfer Policy","type":"string"},"weather_plan":{"description":"Weather contingency details","title":"Weather Plan","type":"string"},"age_restriction":{"description":"\"18+\" or \"21+\" if applicable","title":"Age Restriction","type":"string"}},"required":["name","date","time","venue_map","ticket_inventory","transfer_policy","weather_plan"],"title":"Returns","type":"object"}},"required":["returns"],"title":"returns","type":"object"}}
3
+ {"name":"get_ticket_details","doc":"Retrieve ticket information including seat assignment and restrictions.","params":{"properties":{"ticket_id":{"description":"Unique ticket identifier (e.g., 'TKT-98765')","title":"Ticket Id","type":"string"}},"required":["ticket_id"],"title":"parameters","type":"object"},"returns":{"properties":{"returns":{"properties":{"event_id":{"description":"Associated event","title":"Event Id","type":"string"},"seat_section":{"description":"Seat section","title":"Seat Section","type":"string"},"seat_row":{"description":"Seat row","title":"Seat Row","type":"string"},"seat_number":{"description":"Seat number","title":"Seat Number","type":"string"},"price_tier":{"description":"Ticket price category","title":"Price Tier","type":"string"},"transferable":{"description":"True if transferable","title":"Transferable","type":"boolean"},"age_restricted":{"description":"Age requirement (18+/21+)","title":"Age Restricted","type":"string"},"resale_count":{"description":"Number of previous resales","title":"Resale Count","type":"integer"}},"required":["event_id","seat_section","seat_row","seat_number","price_tier","transferable","resale_count"],"title":"Returns","type":"object"}},"required":["returns"],"title":"returns","type":"object"}}
4
+ {"name":"check_seat_availability","doc":"Check available seats in a specific section for relocation/upgrade.","params":{"properties":{"event_id":{"description":"Unique event identifier","title":"Event Id","type":"string"},"section":{"description":"Seat section to check (e.g., 'Orchestra')","title":"Section","type":"string"}},"required":["event_id","section"],"title":"parameters","type":"object"},"returns":{"properties":{"returns":{"properties":{"available_seats":{"description":"List of available seat numbers","items":{"type":"string"},"title":"Available Seats","type":"array"},"adjacent_seats":{"description":"Groups of adjacent seats (for group discounts)","items":{"items":{"type":"string"},"type":"array"},"title":"Adjacent Seats","type":"array"}},"required":["available_seats","adjacent_seats"],"title":"Returns","type":"object"}},"required":["returns"],"title":"returns","type":"object"}}
5
+ {"name":"purchase_tickets","doc":"Purchase new tickets after authentication and seat availability check.","params":{"properties":{"user_id":{"description":"Authenticated user ID","title":"User Id","type":"string"},"event_id":{"description":"Event to purchase for","title":"Event Id","type":"string"},"ticket_count":{"description":"Number of tickets (1-10)","title":"Ticket Count","type":"integer"},"section":{"description":"Desired seat section","title":"Section","type":"string"},"payment_method_id":{"description":"Payment method from user profile","title":"Payment Method Id","type":"string"},"apply_group_discount":{"description":"Whether to apply group discount","title":"Apply Group Discount","type":"boolean"}},"required":["user_id","event_id","ticket_count","section","payment_method_id","apply_group_discount"],"title":"parameters","type":"object"},"returns":{"properties":{"returns":{"description":"Confirmation number for new ticket order","title":"Returns","type":"string"}},"required":["returns"],"title":"returns","type":"object"}}
6
+ {"name":"upgrade_ticket","doc":"Upgrade ticket to VIP section. Validates upgrade eligibility.","params":{"properties":{"ticket_id":{"description":"Original ticket ID","title":"Ticket Id","type":"string"},"new_section":{"description":"VIP section to upgrade to","title":"New Section","type":"string"},"payment_method_id":{"description":"Payment method for price difference + 15% fee","title":"Payment Method Id","type":"string"}},"required":["ticket_id","new_section","payment_method_id"],"title":"parameters","type":"object"},"returns":{"properties":{"returns":{"description":"New upgraded ticket ID","title":"Returns","type":"string"}},"required":["returns"],"title":"returns","type":"object"}}
7
+ {"name":"relocate_seat","doc":"Relocate seat within same section/price tier.","params":{"properties":{"ticket_id":{"description":"Original ticket ID","title":"Ticket Id","type":"string"},"new_seat_number":{"description":"New seat identifier","title":"New Seat Number","type":"string"},"payment_method_id":{"description":"Payment method for fees (if downgrade)","title":"Payment Method Id","type":"string"}},"required":["ticket_id","new_seat_number","payment_method_id"],"title":"parameters","type":"object"},"returns":{"properties":{"returns":{"description":"New ticket ID with updated seat","title":"Returns","type":"string"}},"required":["returns"],"title":"returns","type":"object"}}
8
+ {"name":"cancel_tickets","doc":"Cancel tickets and process refunds/credits based on policy.","params":{"properties":{"ticket_ids":{"description":"List of tickets to cancel","items":{"type":"string"},"title":"Ticket Ids","type":"array"},"reason":{"description":"Cancellation reason ('weather', 'user_request', etc.)","title":"Reason","type":"string"},"refund_type":{"title":"Refund Type"}},"required":["ticket_ids","reason","refund_type"],"title":"parameters","type":"object"},"returns":{"properties":{"returns":{"properties":{"refund_amount":{"description":"Monetary refund (if applicable)","title":"Refund Amount","type":"number"},"venue_credit":{"description":"Service credit amount (if applicable)","title":"Venue Credit","type":"number"},"refund_type":{"description":"Refund type ('full', 'partial', 'venue_credit')","enum":["full","partial","venue_credit"],"title":"Refund Type","type":"string"}},"required":["refund_type"],"title":"Returns","type":"object"}},"required":["returns"],"title":"returns","type":"object"}}
9
+ {"name":"transfer_ticket","doc":"Transfer ticket to another user with identity verification.","params":{"properties":{"ticket_id":{"description":"Ticket to transfer","title":"Ticket Id","type":"string"},"recipient_user_id":{"description":"User ID of recipient","title":"Recipient User Id","type":"string"},"recipient_id_verified":{"description":"Confirmation of ID verification","title":"Recipient Id Verified","type":"boolean"}},"required":["ticket_id","recipient_user_id","recipient_id_verified"],"title":"parameters","type":"object"},"returns":{"properties":{"returns":{"description":"New ticket ID for recipient","title":"Returns","type":"string"}},"required":["returns"],"title":"returns","type":"object"}}
10
+ {"name":"reschedule_event","doc":"Reschedule event due to weather and process compensations.","params":{"properties":{"event_id":{"description":"Event to reschedule","title":"Event Id","type":"string"},"new_date":{"description":"New event date (YYYY-MM-DD)","title":"New Date","type":"string"}},"required":["event_id","new_date"],"title":"parameters","type":"object"},"returns":{"properties":{"returns":{"properties":{"new_event_id":{"description":"Rescheduled event ID","title":"New Event Id","type":"string"},"compensation":{"description":"25% venue credit amount","title":"Compensation","type":"number"}},"required":["new_event_id","compensation"],"title":"Returns","type":"object"}},"required":["returns"],"title":"returns","type":"object"}}
11
+ {"name":"transfer_to_human_agents","doc":"Transfer to human agent with issue summary. Use when:\n\n- User explicitly requests human agent\n- Request exceeds policy/tool capabilities","params":{"properties":{"summary":{"description":"Summary of user's issue","title":"Summary","type":"string"}},"required":["summary"],"title":"parameters","type":"object"},"returns":{"properties":{"returns":{"description":"Confirmation of transfer","title":"Returns","type":"string"}},"required":["returns"],"title":"returns","type":"object"}}
12
+ {"name":"get_user_profile","doc":"Retrieve user profile details including membership tier, payment methods, \n\nage verification status, and group discount eligibility.","params":{"properties":{"user_id":{"description":"Unique user identifier","title":"User Id","type":"string"}},"required":["user_id"],"title":"parameters","type":"object"},"returns":{"properties":{"returns":{"properties":{"membership_tier":{"description":"Regular/Premium/VIP","enum":["Regular","Premium","VIP"],"title":"Membership Tier","type":"string"},"payment_methods":{"description":"List of payment IDs and types","items":{"type":"object"},"title":"Payment Methods","type":"array"},"age_verified":{"description":"Boolean","title":"Age Verified","type":"boolean"},"group_discount_eligible":{"description":"Boolean","title":"Group Discount Eligible","type":"boolean"}},"required":["membership_tier","payment_methods","age_verified","group_discount_eligible"],"title":"Returns","type":"object"}},"required":["returns"],"title":"returns","type":"object"}}
13
+ {"name":"apply_group_discount","doc":"Apply 15% group discount to qualifying orders (8+ tickets, same section/type).","params":{"properties":{"order_id":{"description":"Ticket order ID","title":"Order Id","type":"string"}},"required":["order_id"],"title":"parameters","type":"object"},"returns":{"properties":{"returns":{"description":"Discount amount applied","title":"Returns","type":"number"}},"required":["returns"],"title":"returns","type":"object"}}
14
+ {"name":"verify_age","doc":"Verify user age using government-issued ID scan.","params":{"properties":{"user_id":{"description":"User to verify","title":"User Id","type":"string"},"id_scan_data":{"description":"Base64-encoded ID scan","title":"Id Scan Data","type":"string"}},"required":["user_id","id_scan_data"],"title":"parameters","type":"object"},"returns":{"properties":{"returns":{"description":"True if verification successful","title":"Returns","type":"boolean"}},"required":["returns"],"title":"returns","type":"object"}}
conversational_tool_use_policy_tool_generation/references/golden_policies/tools_6.jsonl ADDED
@@ -0,0 +1,13 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {"name":"vt_get_dns_resolution_object","doc":"This endpoint retrieves a Resolution object by its ID. A resolution object ID is made by appending the IP and the domain it resolves to together.\n\nDomain-IP resolutions. Resolution objects include the following attributes:\ndate: <integer> date when the resolution was made (UTC timestamp).\nhost_name: <string> domain or subdomain requested to the resolver.\nhost_name_last_analysis_stats: <dictionary> last detection stats from the resolution's domain. Similar to the domains's last_analysis_stats attribute.\nip_address: <string> IP address the domain was resolved to.\nip_address_last_analysis_stats: <dictionary> last detection stats from the resolution's IP address. Similar to the IP address' last_analysis_stats attribute.\nresolver: <string> source of the resolution.","params":{"properties":{"id":{"description":"Resolution object ID","title":"Id","type":"string"},"x_apikey":{"description":"Your API key","title":"X Apikey","type":"string"}},"required":["id","x_apikey"],"title":"parameters","type":"object"},"returns":{"properties":{"returns":{"description":"Resolution object with DNS resolution details","title":"Returns","type":"object"}},"required":["returns"],"title":"returns","type":"object"}}
2
+ {"name":"vt_get_objects_related_to_ip_address","doc":"IP addresses have a number of relationships to other objects. This returns ALL objects that fit the relationship. Returns a list of URLs.","params":{"properties":{"ip":{"description":"IP address","title":"Ip","type":"string"},"relationship":{"description":"Relationship name (see the list of table). \n\nThe relationships are documented here:\n- comments: The comments for the IP address. Returns a list of comments.\n- communicating_files: Files that communicate with the IP address. Returns a list of files.\n- downloaded_files: Files downloaded from the IP address. VT Enterprise users only. Returns a list of files.\n- graphs: Graphs including the IP address. Returns a list of graphs.\n- historical_ssl_certificates: SSL certificates associated with the IP. Returns a list of SSL certificates.\n- historical_whois: WHOIS information for the IP address. Returns a list of Whois attributes.\n- related_comments: Community posted comments in the IP's related objects. Returns a list of comments.\n- related_references: Returns the references related to the IP address. Returns a list of References.\n- related_threat_actors: Threat actors related to the IP address. Returns a list of threat actors.\n- referrer_files: Files containing the IP address. Returns a list of Files.\n- resolutions: Resolves the IP addresses. Returns a list of resolutions.\n- urls: Returns a list of URLs related to the IP address.","title":"Relationship","type":"string"},"x_apikey":{"description":"Your API key","title":"X Apikey","type":"string"},"limit":{"description":"Maximum number of comments to retrieve","format":"int32","title":"Limit","type":"integer"},"cursor":{"description":"Continuation cursor","title":"Cursor","type":"string"}},"required":["ip","relationship","x_apikey"],"title":"parameters","type":"object"},"returns":{"properties":{"returns":{"description":"List of related objects","items":{},"title":"Returns","type":"array"}},"required":["returns"],"title":"returns","type":"object"}}
3
+ {"name":"vt_get_ip_address_report","doc":"Retrieve an IP address report. These reports condense all of the recent activity that VirusTotal has seen for the resource under consideration, as well as contextual information about it. This function specifically generates these reports using the IP address parameter.","params":{"properties":{"ip":{"description":"IP address","title":"Ip","type":"string"},"x_apikey":{"description":"Your API key","title":"X Apikey","type":"string"}},"required":["ip","x_apikey"],"title":"parameters","type":"object"},"returns":{"properties":{"returns":{"description":"IP address report with analysis results and context","title":"Returns","type":"object"}},"required":["returns"],"title":"returns","type":"object"}}
4
+ {"name":"vt_add_votes_to_ip_address","doc":"With this function, you can post a vote for a given file. The body for the POST request must be the JSON representation of a vote object. Note however that you don't need to provide an ID for the object, as they are automatically generated for new votes. The verdict attribute must be either 'harmless' or 'malicious'.\n\nPlease ensure that the JSON object you provide conforms accurately to valid JSON standards.","params":{"properties":{"ip":{"description":"IP address","title":"Ip","type":"string"},"data":{"description":"Vote object, must conform to valid JSON standards and contain a 'verdict' attribute that is either 'harmless' or 'malicious'.","title":"Data","type":"object"},"x_apikey":{"description":"Your API key","title":"X Apikey","type":"string"}},"required":["ip","data","x_apikey"],"title":"parameters","type":"object"},"returns":{"properties":{"returns":{"description":"Vote submission result","title":"Returns","type":"object"}},"required":["returns"],"title":"returns","type":"object"}}
5
+ {"name":"vt_get_domain_report","doc":"Retrieves a domain report. These reports contain information regarding the domain itself that VirusTotal has collected.","params":{"properties":{"domain":{"description":"Domain name","title":"Domain","type":"string"},"x_apikey":{"description":"Your API key","title":"X Apikey","type":"string"}},"required":["domain","x_apikey"],"title":"parameters","type":"object"},"returns":{"properties":{"returns":{"description":"Domain report with analysis results","title":"Returns","type":"object"}},"required":["returns"],"title":"returns","type":"object"}}
6
+ {"name":"vt_get_comments_on_ip_address","doc":"Retrieves the comments on a provided IP address. Returns a list of Comment objects.","params":{"properties":{"ip":{"description":"IP address","title":"Ip","type":"string"},"x_apikey":{"description":"Your API key","title":"X Apikey","type":"string"},"limit":{"description":"Maximum number of comments to retrieve","format":"int32","title":"Limit","type":"integer"},"cursor":{"description":"Continuation cursor","title":"Cursor","type":"string"}},"required":["ip","x_apikey"],"title":"parameters","type":"object"},"returns":{"properties":{"returns":{"description":"List of Comment objects","items":{},"title":"Returns","type":"array"}},"required":["returns"],"title":"returns","type":"object"}}
7
+ {"name":"vt_add_comment_to_ip_address","doc":"With this function, you can post a comment for a given IP address. The body for the POST request must be the JSON representation of a comment object. Notice however that you don't need to provide an ID for the object, as they are automatically generated for new comments. However, please note that you will need to provide a valid data JSON for using this function.\n\nAny word starting with # in your comment's text will be considered a tag, and added to the comment's tag attribute.\n\nReturns a Comment object.","params":{"properties":{"ip":{"description":"IP address","title":"Ip","type":"string"},"data":{"description":"A comment object, must conform to valid JSON standards and contain the necessary attributes for a comment.","title":"Data","type":"object"},"x_apikey":{"description":"Your API key","title":"X Apikey","type":"string"}},"required":["ip","data","x_apikey"],"title":"parameters","type":"object"},"returns":{"properties":{"returns":{"description":"Comment object that was created","title":"Returns","type":"object"}},"required":["returns"],"title":"returns","type":"object"}}
8
+ {"name":"vt_get_object_descriptors_related_to_ip_address","doc":"This specifically returns related object's IDs (and context attributes, if any). Please note that this will not return all attributes.\n\nYou are expected to provide the relationship to the object you're interested in. The valid relationships are documented and include comments, communicating files, downloaded files (VT Enterprise users only), graphs, historical SSL certificates, historical whois, related comments, related references, related threat actors, referrer files, resolutions, and URLs.","params":{"properties":{"ip":{"description":"IP address","title":"Ip","type":"string"},"relationship":{"description":"Relationship name","title":"Relationship","type":"string"},"x_apikey":{"description":"Your API key","title":"X Apikey","type":"string"},"limit":{"description":"Maximum number of objects to retrieve","format":"int32","title":"Limit","type":"integer"},"cursor":{"description":"Continuation cursor","title":"Cursor","type":"string"}},"required":["ip","relationship","x_apikey"],"title":"parameters","type":"object"},"returns":{"properties":{"returns":{"description":"List of object descriptors with IDs and context attributes","items":{},"title":"Returns","type":"array"}},"required":["returns"],"title":"returns","type":"object"}}
9
+ {"name":"vt_get_objects_related_to_domain","doc":"Objects are a key concept in the VirusTotal API. Each object has an identifier and a type. Each object has an associated URL, and each domain is associated with objects. This function returns ALL of the objects related to the domain, based on the specified relationship.\n\nValid relationships include caa_records, cname_records, comments, communicating_files, downloaded_files, graphs, historical_ssl_certificates, historical_whois, immediate_parent, mx_records, ns_records, parent, referrer_files, related_comments, related_references, related_threat_actors, resolutions, soa_records, siblings, subdomains, urls, user_votes.","params":{"properties":{"domain":{"description":"Domain name","title":"Domain","type":"string"},"relationship":{"description":"Relationship name","title":"Relationship","type":"string"},"x_apikey":{"description":"Your API key","title":"X Apikey","type":"string"},"limit":{"description":"Maximum number of objects to retrieve","format":"int32","title":"Limit","type":"integer"},"cursor":{"description":"Continuation cursor","title":"Cursor","type":"string"}},"required":["domain","relationship","x_apikey"],"title":"parameters","type":"object"},"returns":{"properties":{"returns":{"description":"List of objects related to the domain","items":{},"title":"Returns","type":"array"}},"required":["returns"],"title":"returns","type":"object"}}
10
+ {"name":"vt_get_object_descriptors_related_to_domain","doc":"This function specifically returns related object's IDs (and context attributes, if any) but will not return all attributes. It returns objects relating to a domain based on the specified relationship. Valid relationships include caa_records, cname_records, comments, communicating_files, downloaded_files, graphs, historical_ssl_certificates, historical_whois, immediate_parent, mx_records, ns_records, parent, referrer_files, related_comments, related_references, related_threat_actors, resolutions, soa_records, siblings, subdomains, urls, and user_votes.","params":{"properties":{"domain":{"description":"Domain name","title":"Domain","type":"string"},"relationship":{"description":"Relationship name","title":"Relationship","type":"string"},"x_apikey":{"description":"Your API key","title":"X Apikey","type":"string"},"limit":{"description":"Maximum number of objects to retrieve","format":"int32","title":"Limit","type":"integer"},"cursor":{"description":"Continuation cursor","title":"Cursor","type":"string"}},"required":["domain","relationship","x_apikey"],"title":"parameters","type":"object"},"returns":{"properties":{"returns":{"description":"List of object descriptors related to the domain","items":{},"title":"Returns","type":"array"}},"required":["returns"],"title":"returns","type":"object"}}
11
+ {"name":"vt_get_comments_on_domain","doc":"This function will retrieve comments on a specified domain.","params":{"properties":{"domain":{"description":"Domain name","title":"Domain","type":"string"},"x_apikey":{"description":"Your API key","title":"X Apikey","type":"string"},"limit":{"description":"Maximum number of comments to retrieve","format":"int32","title":"Limit","type":"integer"},"cursor":{"description":"Continuation cursor","title":"Cursor","type":"string"}},"required":["domain","x_apikey"],"title":"parameters","type":"object"},"returns":{"properties":{"returns":{"description":"List of comments on the domain","items":{},"title":"Returns","type":"array"}},"required":["returns"],"title":"returns","type":"object"}}
12
+ {"name":"vt_get_votes_on_ip_address","doc":"This function will retrieve votes on a provided IP address.","params":{"properties":{"ip":{"description":"IP address","title":"Ip","type":"string"}},"required":["ip"],"title":"parameters","type":"object"},"returns":{"properties":{"returns":{"description":"List of votes on the IP address","items":{},"title":"Returns","type":"array"}},"required":["returns"],"title":"returns","type":"object"}}
13
+ {"name":"transfer_to_human_agent","doc":"Transfer to human agent with issue summary.","params":{"properties":{"summary":{"description":"Summary of the issue","title":"Summary","type":"string"}},"required":["summary"],"title":"parameters","type":"object"},"returns":{"properties":{"returns":{"description":"Transfer confirmation message","title":"Returns","type":"string"}},"required":["returns"],"title":"returns","type":"object"}}
conversational_tool_use_policy_tool_generation/references/golden_policies/tools_7.jsonl ADDED
@@ -0,0 +1,45 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {"name":"verify_identity","description":"Verifies a customer's identity using their date of birth or SSN last four digits.","parameters":{"properties":{"user_id":{"description":"Banking database identifier of the customer to validate.","title":"User Id","type":"string"},"verification_type":{"description":"Credential to compare for verification ('dob' or 'ssn_last4').","enum":["dob","ssn_last4"],"title":"Verification Type","type":"string"},"verification_value":{"description":"Customer supplied value that must match the stored credential.","title":"Verification Value","type":"string"}},"required":["user_id","verification_type","verification_value"],"title":"parameters","type":"object"},"return_type":{"properties":{"returns":{"title":"Returns","type":"string"}},"required":["returns"],"title":"returns","type":"object"}}
2
+ {"name":"activate_account","description":"Reactivates a customer's inactive account when it has not been permanently closed.","parameters":{"properties":{"user_id":{"description":"Banking database identifier of the account owner.","title":"User Id","type":"string"},"account_id":{"description":"Identifier of the account that should be reactivated.","title":"Account Id","type":"string"}},"required":["user_id","account_id"],"title":"parameters","type":"object"},"return_type":{"properties":{"returns":{"title":"Returns","type":"string"}},"required":["returns"],"title":"returns","type":"object"}}
3
+ {"name":"deactivate_account","description":"Deactivates a customer's account to mitigate risk or honor a deactivation request.","parameters":{"properties":{"user_id":{"description":"Banking database identifier of the account owner.","title":"User Id","type":"string"},"account_id":{"description":"Identifier of the account that should be deactivated.","title":"Account Id","type":"string"},"reason":{"description":"Explanation supplied to the customer for the deactivation.","title":"Reason","type":"string"}},"required":["user_id","account_id","reason"],"title":"parameters","type":"object"},"return_type":{"properties":{"returns":{"title":"Returns","type":"string"}},"required":["returns"],"title":"returns","type":"object"}}
4
+ {"name":"open_account","description":"Opens a new banking account for an existing customer with an optional initial deposit.","parameters":{"properties":{"user_id":{"description":"Banking database identifier of the customer opening the account.","title":"User Id","type":"string"},"account_type":{"description":"Type of account to create (checking, savings, cd, or credit_card).","enum":["checking","savings","cd","credit_card"],"title":"Account Type","type":"string"},"initial_deposit":{"default":0.0,"description":"Amount of funds to seed the account with, if any.","title":"Initial Deposit","type":"number"}},"required":["user_id","account_type"],"title":"parameters","type":"object"},"return_type":{"properties":{"returns":{"title":"Returns","type":"string"}},"required":["returns"],"title":"returns","type":"object"}}
5
+ {"name":"check_account_status","description":"Retrieves current status details for the specified account across all customers.","parameters":{"properties":{"account_id":{"description":"Identifier of the account to inspect.","title":"Account Id","type":"string"}},"required":["account_id"],"title":"parameters","type":"object"},"return_type":{"properties":{"returns":{"title":"Returns","type":"string"}},"required":["returns"],"title":"returns","type":"object"}}
6
+ {"name":"freeze_account","description":"Freezes a customer's account to prevent activity while a risk or fraud concern is investigated.","parameters":{"properties":{"user_id":{"description":"Banking database identifier of the account owner.","title":"User Id","type":"string"},"account_id":{"description":"Identifier of the account that should be frozen.","title":"Account Id","type":"string"},"reason":{"description":"Explanation recorded for freezing the account.","title":"Reason","type":"string"}},"required":["user_id","account_id","reason"],"title":"parameters","type":"object"},"return_type":{"properties":{"returns":{"title":"Returns","type":"string"}},"required":["returns"],"title":"returns","type":"object"}}
7
+ {"name":"track_chargeback_status","description":"Retrieves current chargeback details for a specific dispute across all customers.","parameters":{"properties":{"dispute_id":{"description":"Identifier of the dispute whose status should be reviewed.","title":"Dispute Id","type":"string"}},"required":["dispute_id"],"title":"parameters","type":"object"},"return_type":{"properties":{"returns":{"title":"Returns","type":"string"}},"required":["returns"],"title":"returns","type":"object"}}
8
+ {"name":"resend_otp","description":"Resends a one-time passcode to the customer through the requested delivery channel.","parameters":{"properties":{"user_id":{"description":"Banking database identifier of the customer receiving the OTP.","title":"User Id","type":"string"},"channel":{"description":"Delivery method to use for the OTP ('sms', 'email', or 'push').","enum":["sms","email","push"],"title":"Channel","type":"string"}},"required":["user_id","channel"],"title":"parameters","type":"object"},"return_type":{"properties":{"returns":{"title":"Returns","type":"string"}},"required":["returns"],"title":"returns","type":"object"}}
9
+ {"name":"register_device","description":"Registers a customer's device so future access can be trusted and tracked.","parameters":{"properties":{"user_id":{"description":"Banking database identifier of the customer registering the device.","title":"User Id","type":"string"},"device_id":{"description":"Unique identifier presented by the device being registered.","title":"Device Id","type":"string"}},"required":["user_id","device_id"],"title":"parameters","type":"object"},"return_type":{"properties":{"returns":{"title":"Returns","type":"string"}},"required":["returns"],"title":"returns","type":"object"}}
10
+ {"name":"process_account_application","description":"Processes customer requests to open a new account or close an existing one.","parameters":{"properties":{"user_id":{"description":"Banking database identifier of the requesting customer.","title":"User Id","type":"string"},"account_type":{"description":"Type of account to open or close.","enum":["checking","savings","cd","credit_card"],"title":"Account Type","type":"string"},"action":{"default":"open","description":"Requested operation ('open' or 'close').","enum":["open","close"],"title":"Action","type":"string"},"initial_deposit":{"default":0.0,"description":"Funds to seed a new account when opening.","title":"Initial Deposit","type":"number"},"account_id":{"anyOf":[{"type":"string"},{"type":"null"}],"default":null,"description":"Identifier of the account to close when applicable.","title":"Account Id"}},"required":["user_id","account_type"],"title":"parameters","type":"object"},"return_type":{"properties":{"returns":{"title":"Returns","type":"string"}},"required":["returns"],"title":"returns","type":"object"}}
11
+ {"name":"update_account_info","description":"Updates a customer's profile details across all accounts, including address, email, or contact info.","parameters":{"properties":{"user_id":{"description":"Banking database identifier of the customer to update.","title":"User Id","type":"string"},"update_type":{"description":"Category of information to change ('address', 'email', or 'contact').","enum":["address","email","contact"],"title":"Update Type","type":"string"},"address1":{"anyOf":[{"type":"string"},{"type":"null"}],"default":null,"description":"Primary street address when updating address information.","title":"Address1"},"city":{"anyOf":[{"type":"string"},{"type":"null"}],"default":null,"description":"City associated with the customer's address update.","title":"City"},"state":{"anyOf":[{"type":"string"},{"type":"null"}],"default":null,"description":"State or province for the address update.","title":"State"},"zip_code":{"anyOf":[{"type":"string"},{"type":"null"}],"default":null,"description":"Postal code for the address update.","title":"Zip Code"},"address2":{"anyOf":[{"type":"string"},{"type":"null"}],"default":null,"description":"Secondary address line when applicable.","title":"Address2"},"country":{"anyOf":[{"type":"string"},{"type":"null"}],"default":null,"description":"Country for the updated address, defaulting to USA when omitted.","title":"Country"},"email":{"anyOf":[{"type":"string"},{"type":"null"}],"default":null,"description":"New email address when updating email or contact information.","title":"Email"},"phone":{"anyOf":[{"type":"string"},{"type":"null"}],"default":null,"description":"New phone number when updating contact information.","title":"Phone"}},"required":["user_id","update_type"],"title":"parameters","type":"object"},"return_type":{"properties":{"returns":{"title":"Returns","type":"string"}},"required":["returns"],"title":"returns","type":"object"}}
12
+ {"name":"update_name","description":"Updates a customer's legal name after verifying that required documentation is provided.","parameters":{"properties":{"user_id":{"description":"Banking database identifier of the customer whose name will change.","title":"User Id","type":"string"},"new_first_name":{"description":"Replacement first name to record across accounts.","title":"New First Name","type":"string"},"new_last_name":{"description":"Replacement last name to record across accounts.","title":"New Last Name","type":"string"},"documentation_provided":{"default":false,"description":"Indicates whether the customer supplied proof of the name change.","title":"Documentation Provided","type":"boolean"}},"required":["user_id","new_first_name","new_last_name"],"title":"parameters","type":"object"},"return_type":{"properties":{"returns":{"title":"Returns","type":"string"}},"required":["returns"],"title":"returns","type":"object"}}
13
+ {"name":"transfer_funds","description":"Executes an intra-bank transfer or a withdrawal for a customer after validating inputs.","parameters":{"properties":{"user_id":{"description":"Banking database identifier of the customer initiating the transaction.","title":"User Id","type":"string"},"transaction_type":{"description":"Type of movement to perform ('transfer' or 'withdraw').","enum":["transfer","withdraw"],"title":"Transaction Type","type":"string"},"from_account_id":{"anyOf":[{"type":"string"},{"type":"null"}],"default":null,"description":"Source account for transfers.","title":"From Account Id"},"to_account_id":{"anyOf":[{"type":"string"},{"type":"null"}],"default":null,"description":"Destination account for transfers.","title":"To Account Id"},"account_id":{"anyOf":[{"type":"string"},{"type":"null"}],"default":null,"description":"Account to withdraw from when performing withdrawals.","title":"Account Id"},"amount":{"anyOf":[{"type":"number"},{"type":"null"}],"default":null,"description":"Dollar amount to move or withdraw.","title":"Amount"},"withdrawal_method":{"default":"ATM","description":"Channel used for withdrawals (for example, ATM or teller code).","title":"Withdrawal Method","type":"string"},"branch_id":{"anyOf":[{"type":"string"},{"type":"null"}],"default":null,"description":"Branch identifier when scheduling an in-person withdrawal pickup.","title":"Branch Id"}},"required":["user_id","transaction_type"],"title":"parameters","type":"object"},"return_type":{"properties":{"returns":{"title":"Returns","type":"string"}},"required":["returns"],"title":"returns","type":"object"}}
14
+ {"name":"create_money_transfer_with_explicit_kind","description":"Creates an outbound money transfer and performs compliance screening before submission.","parameters":{"properties":{"user_id":{"description":"Banking database identifier of the customer initiating the transfer.","title":"User Id","type":"string"},"from_account_id":{"description":"Source account that will fund the transfer.","title":"From Account Id","type":"string"},"to_account":{"description":"Destination account identifier or routing details.","title":"To Account","type":"string"},"amount":{"description":"Dollar amount to move to the destination account.","title":"Amount","type":"number"},"kind":{"description":"Transfer mechanism such as ACH, wire, or internal transfer.","enum":["ach","wire","billpay","rtp"],"title":"Kind","type":"string"}},"required":["user_id","from_account_id","to_account","amount","kind"],"title":"parameters","type":"object"},"return_type":{"properties":{"returns":{"title":"Returns","type":"string"}},"required":["returns"],"title":"returns","type":"object"}}
15
+ {"name":"validate_transfer_details","description":"Validates destination account and routing information before a transfer is initiated.","parameters":{"properties":{"to_account":{"description":"Destination account number or alias to verify.","title":"To Account","type":"string"},"ifsc_swift":{"anyOf":[{"type":"string"},{"type":"null"}],"default":null,"description":"Optional routing code such as IFSC or SWIFT to validate.","title":"Ifsc Swift"}},"required":["to_account"],"title":"parameters","type":"object"},"return_type":{"properties":{"returns":{"title":"Returns","type":"string"}},"required":["returns"],"title":"returns","type":"object"}}
16
+ {"name":"cancel_transfer","description":"Cancels a customer's transfer when it has not yet completed or failed irreversibly.","parameters":{"properties":{"user_id":{"description":"Banking database identifier of the customer requesting cancellation.","title":"User Id","type":"string"},"transfer_id":{"description":"Identifier of the transfer to cancel.","title":"Transfer Id","type":"string"}},"required":["user_id","transfer_id"],"title":"parameters","type":"object"},"return_type":{"properties":{"returns":{"title":"Returns","type":"string"}},"required":["returns"],"title":"returns","type":"object"}}
17
+ {"name":"check_transfer_status","description":"Retrieves the status details for a specific transfer across all customers.","parameters":{"properties":{"transfer_id":{"description":"Identifier of the transfer to look up.","title":"Transfer Id","type":"string"}},"required":["transfer_id"],"title":"parameters","type":"object"},"return_type":{"properties":{"returns":{"title":"Returns","type":"string"}},"required":["returns"],"title":"returns","type":"object"}}
18
+ {"name":"run_compliance_check","description":"Performs a simplified compliance evaluation for a transfer or related transaction context.","parameters":{"properties":{"context_id":{"description":"Identifier used to seed the compliance decision.","title":"Context Id","type":"string"},"type":{"description":"Transaction category being evaluated.","title":"Type","type":"string"}},"required":["context_id","type"],"title":"parameters","type":"object"},"return_type":{"properties":{"returns":{"title":"Returns","type":"string"}},"required":["returns"],"title":"returns","type":"object"}}
19
+ {"name":"create_loan_application","description":"Submits a new loan application and records it with compliance metadata.","parameters":{"properties":{"user_id":{"description":"Banking database identifier of the applicant.","title":"User Id","type":"string"},"loan_type":{"description":"Product type requested by the customer.","enum":["auto","personal","mortgage","home_equity"],"title":"Loan Type","type":"string"},"amount":{"description":"Principal amount the customer wants to borrow.","title":"Amount","type":"number"},"term":{"description":"Loan term in months.","title":"Term","type":"integer"},"channel":{"description":"Channel through which the application is submitted.","enum":["online","phone","branch"],"title":"Channel","type":"string"}},"required":["user_id","loan_type","amount","term","channel"],"title":"parameters","type":"object"},"return_type":{"properties":{"returns":{"title":"Returns","type":"string"}},"required":["returns"],"title":"returns","type":"object"}}
20
+ {"name":"loan_eligibility_check","description":"Estimates a customer's eligibility for a loan by evaluating credit score and account history.","parameters":{"properties":{"user_id":{"description":"Banking database identifier of the customer to evaluate.","title":"User Id","type":"string"},"loan_type":{"description":"Loan product under consideration.","enum":["auto","personal","mortgage","home_equity"],"title":"Loan Type","type":"string"},"amount":{"description":"Desired loan amount for the eligibility assessment.","title":"Amount","type":"number"}},"required":["user_id","loan_type","amount"],"title":"parameters","type":"object"},"return_type":{"properties":{"returns":{"title":"Returns","type":"string"}},"required":["returns"],"title":"returns","type":"object"}}
21
+ {"name":"get_credit_score","description":"Retrieves the customer's stored credit score along with category context.","parameters":{"properties":{"user_id":{"description":"Banking database identifier of the customer whose credit score is requested.","title":"User Id","type":"string"}},"required":["user_id"],"title":"parameters","type":"object"},"return_type":{"properties":{"returns":{"title":"Returns","type":"string"}},"required":["returns"],"title":"returns","type":"object"}}
22
+ {"name":"validate_kyc","description":"Evaluates the completeness of a customer's KYC profile and highlights missing fields.","parameters":{"properties":{"user_id":{"description":"Banking database identifier of the customer being reviewed.","title":"User Id","type":"string"}},"required":["user_id"],"title":"parameters","type":"object"},"return_type":{"properties":{"returns":{"title":"Returns","type":"string"}},"required":["returns"],"title":"returns","type":"object"}}
23
+ {"name":"calculate_dti","description":"Calculates the customer's estimated debt-to-income ratio using known loans and credit balances.","parameters":{"properties":{"user_id":{"description":"Banking database identifier of the customer whose finances are evaluated.","title":"User Id","type":"string"}},"required":["user_id"],"title":"parameters","type":"object"},"return_type":{"properties":{"returns":{"title":"Returns","type":"string"}},"required":["returns"],"title":"returns","type":"object"}}
24
+ {"name":"request_missing_docs","description":"Sends a document request to the customer when additional paperwork is required.","parameters":{"properties":{"user_id":{"description":"Banking database identifier of the customer who must supply documents.","title":"User Id","type":"string"},"doc_list":{"description":"Comma-separated list of documents the customer needs to provide.","title":"Doc List","type":"string"}},"required":["user_id","doc_list"],"title":"parameters","type":"object"},"return_type":{"properties":{"returns":{"title":"Returns","type":"string"}},"required":["returns"],"title":"returns","type":"object"}}
25
+ {"name":"block_card","description":"Blocks a customer's card to stop transactions after loss, theft, or suspicious use.","parameters":{"properties":{"user_id":{"description":"Banking database identifier of the cardholder.","title":"User Id","type":"string"},"card_id":{"description":"Identifier of the card to block.","title":"Card Id","type":"string"},"reason":{"description":"Reason provided for the block request.","title":"Reason","type":"string"}},"required":["user_id","card_id","reason"],"title":"parameters","type":"object"},"return_type":{"properties":{"returns":{"title":"Returns","type":"string"}},"required":["returns"],"title":"returns","type":"object"}}
26
+ {"name":"mail_card","description":"Orders a new or replacement card to be mailed to the customer's verified address.","parameters":{"properties":{"user_id":{"description":"Banking database identifier of the recipient customer.","title":"User Id","type":"string"},"card_type":{"description":"Type of card to issue ('credit_card' or 'debit_card').","enum":["credit_card","debit_card"],"title":"Card Type","type":"string"},"card_brand":{"default":"visa","description":"Network brand to imprint on the card.","enum":["visa","mastercard","amex","discover"],"title":"Card Brand","type":"string"},"expedited":{"default":false,"description":"When True forces expedited shipping, otherwise standard shipping is used.","title":"Expedited","type":"boolean"},"replacement_for":{"anyOf":[{"type":"string"},{"type":"null"}],"default":null,"description":"Existing card identifier when replacing a specific card.","title":"Replacement For"},"reason":{"anyOf":[{"type":"string"},{"type":"null"}],"default":null,"description":"Explanation for the replacement; required when replacement_for is provided.","title":"Reason"}},"required":["user_id","card_type"],"title":"parameters","type":"object"},"return_type":{"properties":{"returns":{"title":"Returns","type":"string"}},"required":["returns"],"title":"returns","type":"object"}}
27
+ {"name":"apply_for_loan","description":"Submits a loan request for underwriting while validating core eligibility criteria.","parameters":{"properties":{"user_id":{"description":"Banking database identifier of the applicant.","title":"User Id","type":"string"},"loan_type":{"description":"Loan category being requested.","enum":["auto","personal","mortgage","home_equity","student","business"],"title":"Loan Type","type":"string"},"amount":{"description":"Principal amount requested by the customer.","title":"Amount","type":"number"},"term_months":{"description":"Repayment term in months.","title":"Term Months","type":"integer"},"interest_rate":{"default":5.5,"description":"Proposed interest rate for the product.","title":"Interest Rate","type":"number"},"repayment_account":{"anyOf":[{"type":"string"},{"type":"null"}],"default":null,"description":"Optional account to use for repayments if approved.","title":"Repayment Account"}},"required":["user_id","loan_type","amount","term_months"],"title":"parameters","type":"object"},"return_type":{"properties":{"returns":{"title":"Returns","type":"string"}},"required":["returns"],"title":"returns","type":"object"}}
28
+ {"name":"add_dispute","description":"Files a dispute for a suspicious or incorrect transaction tied to an account or card.","parameters":{"properties":{"user_id":{"description":"Banking database identifier of the customer raising the dispute.","title":"User Id","type":"string"},"account_id":{"description":"Account or payment method associated with the disputed transaction.","title":"Account Id","type":"string"},"amount":{"description":"Dollar amount believed to be incorrect.","title":"Amount","type":"number"},"description":{"default":"","description":"Narrative describing the issue.","title":"Description","type":"string"},"transaction_date":{"anyOf":[{"type":"string"},{"type":"null"}],"default":null,"description":"Date of the disputed transaction if known.","title":"Transaction Date"}},"required":["user_id","account_id","amount"],"title":"parameters","type":"object"},"return_type":{"properties":{"returns":{"title":"Returns","type":"string"}},"required":["returns"],"title":"returns","type":"object"}}
29
+ {"name":"update_credit_limit","description":"Reviews and processes a credit limit change request for a credit card account.","parameters":{"properties":{"user_id":{"description":"Banking database identifier of the cardholder.","title":"User Id","type":"string"},"account_id":{"description":"Credit account whose limit should change.","title":"Account Id","type":"string"},"new_limit":{"description":"Desired credit limit after the adjustment.","title":"New Limit","type":"number"},"reason":{"default":"customer_request","description":"Context for the change, such as customer request or risk review.","title":"Reason","type":"string"}},"required":["user_id","account_id","new_limit"],"title":"parameters","type":"object"},"return_type":{"properties":{"returns":{"title":"Returns","type":"string"}},"required":["returns"],"title":"returns","type":"object"}}
30
+ {"name":"check_card_status","description":"Returns the operational status and metadata for a customer's card.","parameters":{"properties":{"user_id":{"description":"Banking database identifier of the cardholder.","title":"User Id","type":"string"},"card_id":{"description":"Identifier of the card to inspect.","title":"Card Id","type":"string"}},"required":["user_id","card_id"],"title":"parameters","type":"object"},"return_type":{"properties":{"returns":{"title":"Returns","type":"string"}},"required":["returns"],"title":"returns","type":"object"}}
31
+ {"name":"unblock_card","description":"Re-enables a card that was previously blocked once it is safe to use again.","parameters":{"properties":{"user_id":{"description":"Banking database identifier of the cardholder.","title":"User Id","type":"string"},"card_id":{"description":"Identifier of the card to reactivate.","title":"Card Id","type":"string"}},"required":["user_id","card_id"],"title":"parameters","type":"object"},"return_type":{"properties":{"returns":{"title":"Returns","type":"string"}},"required":["returns"],"title":"returns","type":"object"}}
32
+ {"name":"renew_card","description":"Initiates renewal for a card that is approaching its expiration date.","parameters":{"properties":{"user_id":{"description":"Banking database identifier of the cardholder.","title":"User Id","type":"string"},"card_id":{"description":"Identifier of the card to renew.","title":"Card Id","type":"string"}},"required":["user_id","card_id"],"title":"parameters","type":"object"},"return_type":{"properties":{"returns":{"title":"Returns","type":"string"}},"required":["returns"],"title":"returns","type":"object"}}
33
+ {"name":"check_card_shipment","description":"Provides mock shipment tracking information for a recently issued card.","parameters":{"properties":{"card_id":{"description":"Identifier of the card whose shipment is being tracked.","title":"Card Id","type":"string"}},"required":["card_id"],"title":"parameters","type":"object"},"return_type":{"properties":{"returns":{"title":"Returns","type":"string"}},"required":["returns"],"title":"returns","type":"object"}}
34
+ {"name":"get_card_upgrade_options","description":"Lists available upgrade tiers and benefits for a customer's card.","parameters":{"properties":{"user_id":{"description":"Banking database identifier of the cardholder.","title":"User Id","type":"string"},"card_id":{"description":"Identifier of the card to evaluate for upgrades.","title":"Card Id","type":"string"}},"required":["user_id","card_id"],"title":"parameters","type":"object"},"return_type":{"properties":{"returns":{"title":"Returns","type":"string"}},"required":["returns"],"title":"returns","type":"object"}}
35
+ {"name":"upgrade_card","description":"Kicks off an upgrade request that moves the card to a higher rewards tier.","parameters":{"properties":{"user_id":{"description":"Banking database identifier of the cardholder.","title":"User Id","type":"string"},"card_id":{"description":"Identifier of the card to upgrade.","title":"Card Id","type":"string"},"new_tier":{"description":"Target tier for the upgraded card.","title":"New Tier","type":"string"}},"required":["user_id","card_id","new_tier"],"title":"parameters","type":"object"},"return_type":{"properties":{"returns":{"title":"Returns","type":"string"}},"required":["returns"],"title":"returns","type":"object"}}
36
+ {"name":"withdraw_cash_on_atm_or_mobile_app","description":"Processes a cash withdrawal through ATM, branch, or mobile app channels with limit checks.","parameters":{"properties":{"user_id":{"description":"Banking database identifier of the customer.","title":"User Id","type":"string"},"account_id":{"description":"Account to debit for the withdrawal.","title":"Account Id","type":"string"},"amount":{"description":"Dollar amount to withdraw.","title":"Amount","type":"number"},"channel":{"description":"Channel used for the withdrawal ('atm', 'branch', or 'mobile_app').","enum":["atm","branch","mobile_app"],"title":"Channel","type":"string"}},"required":["user_id","account_id","amount","channel"],"title":"parameters","type":"object"},"return_type":{"properties":{"returns":{"title":"Returns","type":"string"}},"required":["returns"],"title":"returns","type":"object"}}
37
+ {"name":"verify_pin","description":"Confirms whether the provided PIN matches the customer's stored ATM credential.","parameters":{"properties":{"user_id":{"description":"Banking database identifier of the customer to verify.","title":"User Id","type":"string"},"pin":{"description":"Four-digit PIN supplied by the customer.","title":"Pin","type":"string"}},"required":["user_id","pin"],"title":"parameters","type":"object"},"return_type":{"properties":{"returns":{"title":"Returns","type":"string"}},"required":["returns"],"title":"returns","type":"object"}}
38
+ {"name":"check_atm_status","description":"Returns mock operational status information for a specified ATM.","parameters":{"properties":{"atm_id":{"description":"Identifier of the ATM to query.","title":"Atm Id","type":"string"}},"required":["atm_id"],"title":"parameters","type":"object"},"return_type":{"properties":{"returns":{"title":"Returns","type":"string"}},"required":["returns"],"title":"returns","type":"object"}}
39
+ {"name":"get_user_details","description":"Returns the full customer profile including accounts, loans, and payment instruments.","parameters":{"properties":{"user_id":{"description":"Banking database identifier of the customer to retrieve.","title":"User Id","type":"string"}},"required":["user_id"],"title":"parameters","type":"object"},"return_type":{"properties":{"returns":{"title":"Returns","type":"string"}},"required":["returns"],"title":"returns","type":"object"}}
40
+ {"name":"get_product_info","description":"Provides descriptive information and rates for the specified banking product category.","parameters":{"properties":{"product_type":{"description":"Product category to summarize (checking, savings, cd, credit_card, or loan).","enum":["checking","savings","cd","credit_card","loan"],"title":"Product Type","type":"string"},"specific_product":{"anyOf":[{"type":"string"},{"type":"null"}],"default":null,"description":"Optional sub-product identifier for finer detail.","title":"Specific Product"}},"required":["product_type"],"title":"parameters","type":"object"},"return_type":{"properties":{"returns":{"title":"Returns","type":"string"}},"required":["returns"],"title":"returns","type":"object"}}
41
+ {"name":"generate_documents","description":"Generates official banking documents such as statements or confirmations for a customer.","parameters":{"properties":{"user_id":{"description":"Banking database identifier of the customer requesting the document.","title":"User Id","type":"string"},"document_type":{"description":"Document category to produce (statement, confirmation, disclosure, tax_document).","enum":["statement","confirmation","disclosure","tax_document"],"title":"Document Type","type":"string"},"account_id":{"anyOf":[{"type":"string"},{"type":"null"}],"default":null,"description":"Optional account identifier to scope the document.","title":"Account Id"},"date_range":{"anyOf":[{"type":"string"},{"type":"null"}],"default":null,"description":"Optional date range to include in the document.","title":"Date Range"}},"required":["user_id","document_type"],"title":"parameters","type":"object"},"return_type":{"properties":{"returns":{"title":"Returns","type":"string"}},"required":["returns"],"title":"returns","type":"object"}}
42
+ {"name":"send_certificate","description":"Issues an official banking certificate and delivers it through the requested channel.","parameters":{"properties":{"user_id":{"description":"Banking database identifier of the customer requesting the certificate.","title":"User Id","type":"string"},"certificate_type":{"description":"Type of certificate to generate (account_opening, loan_payoff, balance_confirmation).","enum":["account_opening","loan_payoff","balance_confirmation"],"title":"Certificate Type","type":"string"},"account_id":{"anyOf":[{"type":"string"},{"type":"null"}],"default":null,"description":"Optional account or loan identifier referenced by the certificate.","title":"Account Id"},"delivery_method":{"default":"email","description":"Delivery channel for the certificate ('email', 'mail', or 'branch_pickup').","enum":["email","mail","branch_pickup"],"title":"Delivery Method","type":"string"}},"required":["user_id","certificate_type"],"title":"parameters","type":"object"},"return_type":{"properties":{"returns":{"title":"Returns","type":"string"}},"required":["returns"],"title":"returns","type":"object"}}
43
+ {"name":"calculate","description":"Evaluates a safe mathematical expression to assist with quick financial calculations.","parameters":{"properties":{"expression":{"description":"Arithmetic expression containing digits and basic operators.","title":"Expression","type":"string"},"calculation_type":{"default":"basic","description":"Label describing the calculation context presented to the user.","title":"Calculation Type","type":"string"}},"required":["expression"],"title":"parameters","type":"object"},"return_type":{"properties":{"returns":{"title":"Returns","type":"string"}},"required":["returns"],"title":"returns","type":"object"}}
44
+ {"name":"think","description":"Captures intermediate reasoning steps that the agent wants to note without acting.","parameters":{"properties":{"thought":{"description":"Narrative describing the agent's internal reasoning.","title":"Thought","type":"string"}},"required":["thought"],"title":"parameters","type":"object"},"return_type":{"properties":{"returns":{"title":"Returns","type":"string"}},"required":["returns"],"title":"returns","type":"object"}}
45
+ {"name":"transfer_to_human_agents","description":"Escalates the conversation to a human banker when the request requires manual handling.","parameters":{"properties":{"reason":{"description":"Explanation to share with the human agent about the escalation.","title":"Reason","type":"string"},"priority":{"default":"medium","description":"Urgency level for the escalation queue ('low', 'medium', 'high', or 'urgent').","enum":["low","medium","high","urgent"],"title":"Priority","type":"string"},"context":{"default":"","description":"Additional context or transcript snippet helpful to the human banker.","title":"Context","type":"string"}},"required":["reason"],"title":"parameters","type":"object"},"return_type":{"properties":{"returns":{"title":"Returns","type":"string"}},"required":["returns"],"title":"returns","type":"object"}}
conversational_tool_use_policy_tool_generation/references/golden_policies/tools_8.jsonl ADDED
@@ -0,0 +1,15 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {"name": "search_parking_availability", "doc": "Check real-time parking availability at a specific location.", "params": {"properties": {"location_id": {"description": "Unique identifier for parking location", "type": "string"}, "date": {"description": "Date in YYYY-MM-DD format", "type": "string"}, "start_time": {"description": "Requested entry time in HH:MM format", "type": "string"}, "end_time": {"description": "Requested exit time in HH:MM format", "type": "string"}, "parking_type": {"enum": ["standard", "EV", "accessible"], "description": "Type of parking space required", "type": "string"}}, "required": ["location_id", "date", "start_time", "end_time", "parking_type"], "title": "parameters", "type": "object"}, "returns": {"properties": {"available_spaces": {"type": "integer"}, "base_rate": {"type": "number"}, "peak_surcharge": {"type": "number"}, "total_price": {"type": "number"}}, "required": ["available_spaces", "total_price"], "title": "returns", "type": "object"}}
2
+ {"name": "book_reservation", "doc": "Create a new parking reservation.", "params": {"properties": {"user_id": {"type": "string"}, "location_id": {"type": "string"}, "entry_exit_times": {"properties": {"entry": {"type": "string"}, "exit": {"type": "string"}}, "required": ["entry", "exit"], "type": "object"}, "vehicle_details": {"properties": {"license_plate": {"type": "string"}, "vehicle_type": {"enum": ["standard", "EV", "accessible"]}}, "required": ["license_plate"], "type": "object"}, "payment_method_id": {"type": "string"}}, "required": ["user_id", "location_id", "entry_exit_times", "vehicle_details", "payment_method_id"], "title": "parameters", "type": "object"}, "returns": {"properties": {"reservation_id": {"type": "string"}, "confirmation_number": {"type": "string"}, "total_charged": {"type": "number"}}, "required": ["reservation_id"], "title": "returns", "type": "object"}}
3
+ {"name": "modify_reservation", "doc": "Modify an existing parking reservation with time validation", "params": {"type": "object", "properties": {"reservation_id": {"type": "string"}, "new_times": {"type": "object"}, "new_vehicle": {"type": "object"}, "payment_method_id": {"type": "string"}, "current_system_time": {"type": "string"}}, "required": ["reservation_id", "current_system_time"], "title": "parameters"}, "returns": {"type": "object", "properties": {"new_total": {"type": "number"}, "price_difference": {"type": "number"}}, "required": ["new_total"], "title": "returns"}}
4
+ {"name": "cancel_reservation", "doc": "Cancel an existing parking reservation with fee calculation", "params": {"type": "object", "properties": {"reservation_id": {"type": "string"}, "entry_time": {"type": "string"}, "current_time": {"type": "string"}}, "required": ["reservation_id", "entry_time", "current_time"], "title": "parameters"}, "returns": {"type": "object", "properties": {"refund_amount": {"type": "number"}, "cancellation_fee": {"type": "number"}}, "required": ["refund_amount"], "title": "returns"}}
5
+ {"name": "get_reservation_details", "doc": "Retrieve detailed information about a specific reservation.", "params": {"properties": {"reservation_id": {"type": "string"}}, "required": ["reservation_id"], "title": "parameters", "type": "object"}, "returns": {"properties": {"status": {"enum": ["active", "completed", "cancelled"]}, "payment_details": {"type": "object"}, "vehicle_info": {"type": "object"}}, "required": ["status"], "title": "returns", "type": "object"}}
6
+ {"name": "calculate_parking_cost", "doc": "Calculate estimated parking costs with dynamic pricing", "params": {"type": "object", "properties": {"entry_time": {"type": "string"}, "exit_time": {"type": "string"}, "membership_tier": {"enum": ["regular", "premium", "VIP"]}, "parking_type": {"enum": ["standard", "EV", "accessible"]}, "is_event_day": {"type": "boolean"}}, "required": ["entry_time", "exit_time"], "title": "parameters"}, "returns": {"type": "object", "properties": {"base_cost": {"type": "number"}, "peak_charges": {"type": "number"}, "event_surcharge": {"type": "number"}, "discounts": {"type": "number"}, "total_cost": {"type": "number"}}, "required": ["total_cost"], "title": "returns"}}
7
+ {"name": "handle_payment_dispute", "doc": "Initiate and manage payment disputes with evidence validation", "params": {"type": "object", "properties": {"reservation_id": {"type": "string"}, "dispute_type": {"enum": ["overcharge", "service_failure", "system_error"]}, "evidence": {"type": "object"}, "evidence_timestamp": {"type": "string"}}, "required": ["reservation_id", "dispute_type", "evidence_timestamp"], "title": "parameters"}, "returns": {"type": "object", "properties": {"dispute_id": {"type": "string"}, "resolution_timeframe": {"type": "string"}}, "required": ["dispute_id"], "title": "returns"}}
8
+ {"name": "check_overstay_fees", "doc": "Calculate potential overstay penalties with grace periods", "params": {"type": "object", "properties": {"reservation_id": {"type": "string"}, "proposed_exit_time": {"type": "string"}, "membership_tier": {"enum": ["regular", "premium", "VIP"]}}, "required": ["reservation_id", "proposed_exit_time"], "title": "parameters"}, "returns": {"type": "object", "properties": {"grace_period": {"type": "string"}, "hourly_fee": {"type": "number"}, "total_penalty": {"type": "number"}}, "required": ["total_penalty"], "title": "returns"}}
9
+ {"name": "transfer_to_human_agents", "doc": "Transfer complex issues to human support.", "params": {"properties": {"issue_summary": {"type": "string"}}, "required": ["issue_summary"], "title": "parameters", "type": "object"}, "returns": {"properties": {"confirmation": {"type": "string"}}, "required": ["confirmation"], "title": "returns", "type": "object"}}
10
+ {"name": "update_payment_method", "doc": "Update payment method for a reservation.", "params": {"properties": {"reservation_id": {"type": "string"}, "new_payment_id": {"type": "string"}}, "required": ["reservation_id", "new_payment_id"], "title": "parameters", "type": "object"}, "returns": {"properties": {"update_status": {"type": "string"}}, "required": ["update_status"], "title": "returns", "type": "object"}}
11
+ {"name": "get_user_details", "doc": "Retrieve user profile information with payment limits", "params": {"type": "object", "properties": {"user_id": {"type": "string"}}, "required": ["user_id"], "title": "parameters"}, "returns": {"type": "object", "properties": {"membership_tier": {"enum": ["regular", "premium", "VIP"]}, "payment_methods": {"type": "array"}, "reservation_history": {"type": "array"}, "payment_reversals": {"type": "integer"}, "prepaid_expiry": {"type": "string"}}, "required": ["membership_tier"], "title": "returns"}}
12
+ {"name": "send_compensation", "doc": "Issue compensation with approval requirements", "params": {"type": "object", "properties": {"user_id": {"type": "string"}, "amount": {"type": "number"}, "reason": {"type": "string"}, "dispute_type": {"type": "string"}, "membership_tier": {"enum": ["regular", "premium", "VIP"]}, "manager_approval": {"type": "boolean"}}, "required": ["user_id", "amount", "manager_approval"], "title": "parameters"}, "returns": {"type": "object", "properties": {"confirmation_code": {"type": "string"}}, "required": ["confirmation_code"], "title": "returns"}}
13
+ {"name": "verify_user_identity", "doc": "Verify user identity through supported authentication methods", "params": {"type": "object", "properties": {"auth_method": {"enum": ["license_plate", "email_phone", "corporate"], "type": "string"}, "credentials": {"type": "object"}}, "required": ["auth_method", "credentials"], "title": "parameters"}, "returns": {"type": "object", "properties": {"verification_status": {"type": "boolean"}, "auth_token": {"type": "string"}}, "required": ["verification_status"], "title": "returns"}}
14
+ {"name": "calculate_ev_charging_fees", "doc": "Calculate EV charging costs and idle fees", "params": {"type": "object", "properties": {"reservation_id": {"type": "string"}, "charging_duration": {"type": "number"}}, "required": ["reservation_id", "charging_duration"], "title": "parameters"}, "returns": {"type": "object", "properties": {"energy_used": {"type": "number"}, "charging_cost": {"type": "number"}, "idle_fees": {"type": "number"}}, "required": ["charging_cost"], "title": "returns"}}
15
+ {"name": "manage_accessibility_requests", "doc": "Handle accessibility accommodations and service animal registration", "params": {"type": "object", "properties": {"user_id": {"type": "string"}, "accommodation_type": {"enum": ["ADA_extension", "voice_navigation"], "type": "string"}, "animal_cert": {"type": "string"}}, "required": ["user_id"], "title": "parameters"}, "returns": {"type": "object", "properties": {"accommodation_status": {"type": "string"}}, "required": ["accommodation_status"], "title": "returns"}}