Configuration Reference
Key Settings
| Setting | Value |
|---|---|
| LLM Model | GPT-4o (via SAP AI Core) |
| Request Timeout | 30 seconds |
| Retries | 1 |
Allowed Field Values
| Field | Allowed Values |
|---|---|
auth_type | BEARER, NONE |
cloud_provider | SAP_BTP, GCP, AZURE, AWS, OTHER |
method | GET, POST, PUT, DELETE |
Required Environment Variables
SAP AI Core Credentials
| Variable | Purpose |
|---|---|
AICORE_AUTH_URL | Authentication endpoint for AI Core |
AICORE_CLIENT_ID | Client ID for AI Core OAuth |
AICORE_CLIENT_SECRET | Client secret for AI Core OAuth |
AICORE_BASE_URL | Base URL for AI Core API calls |
SAP HANA DB Credentials
| Variable | Purpose |
|---|---|
HANA_HOST | HANA database host address |
HANA_PORT | HANA database port |
HANA_USER | Database username |
HANA_PASSWORD | Database password |
HANA_SCHEMA | Target schema name |
Credential File Structure
{
"host": "<hana-host>",
"port": <port-number>,
"user": "<username>",
"password": "<password>",
"schema": "<schema-name>",
"encrypt": true,
"ssl_validate_certificate": false
}