mirror of
https://github.com/temporal-community/temporal-ai-agent.git
synced 2026-03-15 14:08:08 +01:00
fixing some post-merge bugs
This commit is contained in:
@@ -371,6 +371,9 @@ goal_fin_loan_application = AgentGoal(
|
|||||||
"user_confirmed_tool_run: <user clicks confirm on FinCheckAccountSubmitLoanApproval tool>",
|
"user_confirmed_tool_run: <user clicks confirm on FinCheckAccountSubmitLoanApproval tool>",
|
||||||
"tool_result: { 'status': submitted, 'detailed_status': loan application is submitted and initial validation is complete, 'confirmation id': 333421, 'next_step': You'll receive a confirmation for final approval in three business days }",
|
"tool_result: { 'status': submitted, 'detailed_status': loan application is submitted and initial validation is complete, 'confirmation id': 333421, 'next_step': You'll receive a confirmation for final approval in three business days }",
|
||||||
"agent: I have submitted your loan application process and the initial validation is successful. Your application ID is 333421. You'll receive a notification for final approval from us in three business days. "
|
"agent: I have submitted your loan application process and the initial validation is successful. Your application ID is 333421. You'll receive a notification for final approval from us in three business days. "
|
||||||
|
]
|
||||||
|
),
|
||||||
|
)
|
||||||
|
|
||||||
# ----- E-Commerce Goals ---
|
# ----- E-Commerce Goals ---
|
||||||
#todo: add goal to list all orders for last X amount of time?
|
#todo: add goal to list all orders for last X amount of time?
|
||||||
|
|||||||
@@ -333,6 +333,9 @@ financial_submit_loan_approval = ToolDefinition(
|
|||||||
name="amount",
|
name="amount",
|
||||||
type="string",
|
type="string",
|
||||||
description="amount requested for the loan",
|
description="amount requested for the loan",
|
||||||
|
),
|
||||||
|
],
|
||||||
|
)
|
||||||
|
|
||||||
# ----- ECommerce Use Case Tools -----
|
# ----- ECommerce Use Case Tools -----
|
||||||
ecomm_list_orders = ToolDefinition(
|
ecomm_list_orders = ToolDefinition(
|
||||||
|
|||||||
Reference in New Issue
Block a user