Tools / Functions
Databricks tools documentations:
Create custom AI agent tools with Unity Catalog functions | Databricks Documentation Connect AI agent tools to external services | Databricks Documentation
- GET calls
- To get internal IDs for subsidiary, department, location, etc.
- To search for newly created transaction once created
- Build JSON payload
- Option 1: Create vector search index containing schema and endpoint for transactions we want (salesOrd, transferOrd, inventoryAdj, etc)
- Option 2: Create functions containing JSON payload for each transaction type
- Item ID mapping
- Option 1: Upload csv file with mapping
- Option 2: Create GET call to search everytime
- Hybrid: Create bulk GET call at the start to update CSV mapping
- POST calls
- To create transaction