Application Integration
- Application Integration
- All Products
{ "tools": [{ "functionDeclarations": [{ "name": "Update_Amazon_Bedrock_Knowledge_Base_executor", "description": "This function processes a user-provided prompt to identify and extract key information based on predefined parameters. For instance, it can detect specific identifiers such as Knowledge_Base_ID or Email_Address by scanning the text for patterns or matches associated with these keywords. The function returns the extracted data for further processing or validation, facilitating automated workflows where structured information is derived from unstructured input.", "parameters": { "type": "object", "properties": { "Process_URL": { "type": "string", "description": "Fixed URL to execution process", "enum": ["<Service_URL_of_the_Application_Integration_Process>"] }, "Payload": { "type": "array", "description": "Structured payload for processes", "items": { "description": "Fields in payload for processes", "type": "object", "properties": { "Bucket_Name": { "type": "string", "description": "The bucket name in AWS S3 is a unique identifier for an S3 bucket." }, "Knowledge_Base_ID": { "type": "string", "description": "The unique identifier of the knowledge base. Sometimes, the knowledge base is abbreviated as KB." }, "Email_Address": { "type": "string", "description": "Email address where the process result will be sent." }, "Data_Source_ID": { "type": "string", "description": "The unique identifier of the data source. Sometimes, the data source is abbreviated as DS." } }, "required": ["Knowledge_Base_ID", "Email_Address"] } } }, "required": ["Process_URL", "Payload"] } }, { "name": "Synchronize_ServiceNow_Incidents_with_Jira_Issues_executor", "description": "This function processes a user-provided prompt to identify and extract key information based on predefined parameters. For instance, it can detect specific identifiers such as Jira_Issue_Type_ID or Jira_Project_ID by scanning the text for patterns or matches associated with these keywords. The function returns the extracted data for further processing or validation, facilitating automated workflows where structured information is derived from unstructured input.", "parameters": { "type": "object", "properties": { "Process_URL": { "type": "string", "description": "Fixed URL to execution process", "enum": ["<Service_URL_of_the_Application_Integration_Process>"] }, "Payload": { "type": "array", "description": "Structured payload for processes", "items": { "description": "Fields in payload for processes", "type": "object", "properties": { "Date_For_Search": { "type": "string", "description": "Search date in the YYYY-MM-DD format." }, "Filter": { "type": "string", "description": "Name of the category to be filtered" }, "Email": { "type": "string", "description": "Email address where the process result will be sent." }, "Jira_Issue_Type_ID": { "type": "string", "description": "The unique identifier of Jira issue type" }, "Jira_Project_ID": { "type": "string", "description": "The unique identifier of Jira project" }, "Sync_Assignee": { "type": "boolean", "description": "Boolean variable whether to synchronize the Assignee" } }, "required": ["Email", "Jira_Issue_Type_ID", "Jira_Project_ID"] } } }, "required": ["Process_URL", "Payload"] } } ] } ] }