mirror of
https://github.com/temporal-community/temporal-ai-agent.git
synced 2026-03-15 14:08:08 +01:00
two more HR scenarios added
This commit is contained in:
@@ -239,4 +239,17 @@ book_pto_tool = ToolDefinition(
|
||||
description="Indication of user's desire to book PTO",
|
||||
),
|
||||
],
|
||||
)
|
||||
|
||||
paycheck_bank_integration_status_check = ToolDefinition(
|
||||
name="CheckPayBankStatus",
|
||||
description="Check status of Bank Integration for Paychecks. "
|
||||
"Returns the status of the bank integration, connected or disconnected. ",
|
||||
arguments=[
|
||||
ToolArgument(
|
||||
name="email",
|
||||
type="string",
|
||||
description="email address of user",
|
||||
),
|
||||
],
|
||||
)
|
||||
Reference in New Issue
Block a user