| title | Inventel AI Service |
|---|---|
| emoji | 🤖 |
| colorFrom | blue |
| colorTo | green |
| sdk | docker |
| pinned | false |
FastAPI service untuk FunctionGemma bot inventory gudang.
Terima pesan user, return function call yang sesuai.
Request:
{
"message": "laptop ada berapa yang tersedia?",
"userId": "U001"
}Response (function call):
{
"type": "function_call",
"calls": [
{
"name": "getItemStock",
"arguments": { "keyword": "laptop" }
}
]
}Response (teks biasa):
{
"type": "text",
"text": "Halo! Ada yang bisa saya bantu?"
}Health check endpoint.