mirror of
https://github.com/temporal-community/temporal-ai-agent.git
synced 2026-03-15 14:08:08 +01:00
adding fin goals and tools
This commit is contained in:
58
tools/data/customer_account_data.json
Normal file
58
tools/data/customer_account_data.json
Normal file
@@ -0,0 +1,58 @@
|
||||
{
|
||||
"accounts": [
|
||||
{
|
||||
"name": "Matt Murdock",
|
||||
"email": "matt.murdock@nelsonmurdock.com",
|
||||
"account_id": "11235",
|
||||
"checking_balance": 875.40,
|
||||
"savings_balance": 3200.15,
|
||||
"bitcoin_balance": 0.1378,
|
||||
"account_creation_date": "2014-03-10"
|
||||
},
|
||||
{
|
||||
"name": "Foggy Nelson",
|
||||
"email": "foggy.nelson@nelsonmurdock.com",
|
||||
"account_id": "112358",
|
||||
"checking_balance": 1523.67,
|
||||
"savings_balance": 4875.90,
|
||||
"bitcoin_balance": 0.0923,
|
||||
"account_creation_date": "2014-03-10"
|
||||
},
|
||||
{
|
||||
"name": "Karen Page",
|
||||
"email": "karen.page@nelsonmurdock.com",
|
||||
"account_id": "112",
|
||||
"checking_balance": 645.25,
|
||||
"savings_balance": 1830.50,
|
||||
"bitcoin_balance": 0.0456,
|
||||
"account_creation_date": "2015-01-15"
|
||||
},
|
||||
{
|
||||
"name": "Wilson Fisk",
|
||||
"email": "wilson.fisk@fiskcorp.com",
|
||||
"account_id": "11",
|
||||
"checking_balance": 25000.00,
|
||||
"savings_balance": 150000.75,
|
||||
"bitcoin_balance": 5987.6721,
|
||||
"account_creation_date": "2013-09-20"
|
||||
},
|
||||
{
|
||||
"name": "Frank Castle",
|
||||
"email": "frank.castle@vigilante.net",
|
||||
"account_id": "1",
|
||||
"checking_balance": 320.10,
|
||||
"savings_balance": 0.30,
|
||||
"bitcoin_balance": 15.2189,
|
||||
"account_creation_date": "2016-02-05"
|
||||
},
|
||||
{
|
||||
"name": "Joshua Smith",
|
||||
"email": "joshmsmith@gmail.com",
|
||||
"account_id": "11235813",
|
||||
"checking_balance": 3021.90,
|
||||
"savings_balance": 500.50,
|
||||
"bitcoin_balance": 0.001,
|
||||
"account_creation_date": "2020-03-19"
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user