Skip to content

Commit 7e71ca1

Browse files
authored
Merge pull request #2470 from tisnik/updated-docs
LCORE-2096: Updated docs
2 parents cea464a + b693cde commit 7e71ca1

3 files changed

Lines changed: 7 additions & 3 deletions

File tree

docs/models/successful_responses.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2052,8 +2052,8 @@
20522052
"type": "string",
20532053
"nullable": true,
20542054
"default": null,
2055-
"description": "Path to configuration file used when Llama Stack is run in library mode",
2056-
"title": "Llama Stack configuration path"
2055+
"description": "Path to configuration file used when Llama Stack is run in library mode. DEPRECATED legacy two-file setup: logs a startup warning since 0.6 and is removed in 0.7 \u2014 use unified mode instead (the config block below, and/or the root-level inference.providers section); migrate with lightspeed-stack --migrate-config.",
2056+
"title": "Llama Stack configuration path (legacy, deprecated)"
20572057
},
20582058
"timeout": {
20592059
"default": 180,

docs/models/successful_responses.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -864,7 +864,7 @@ Useful resources:
864864
| url | string | URL to Llama Stack service; used when library mode is disabled. Must be a valid HTTP or HTTPS URL. |
865865
| api_key | string | API key to access Llama Stack service |
866866
| use_as_library_client | boolean | When set to true Llama Stack will be used in library mode, not in server mode (default) |
867-
| library_client_config_path | string | Path to configuration file used when Llama Stack is run in library mode |
867+
| library_client_config_path | string | Path to configuration file used when Llama Stack is run in library mode. DEPRECATED legacy two-file setup: logs a startup warning since 0.6 and is removed in 0.7 — use unified mode instead (the config block below, and/or the root-level inference.providers section); migrate with lightspeed-stack --migrate-config. |
868868
| timeout | integer | Timeout in seconds for requests to Llama Stack service. Default is 180 seconds (3 minutes) to accommodate long-running RAG queries. |
869869
| max_retries | integer | Maximum number of connection attempts before giving up. Used on startup to connect to Llama Stack and retrieve its version. Connection attempts are retried with a fixed delay to handle the case where Llama Stack is still starting up (e.g., when running as a sidecar in the same pod). |
870870
| retry_delay | integer | Delay in seconds between retry attempts. Used on startup to connect to Llama Stack and retrieve its version. Connection attempts are retried with a fixed delay to handle the case where Llama Stack is still starting up (e.g., when running as a sidecar in the same pod). |

tests/unit/utils/agents/README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# List of source files stored in `tests/unit/utils/agents` directory
22

3+
## [test_error_handler.py](test_error_handler.py)
4+
5+
Tests for agent inference error mapping.
6+
37
## [test_query.py](test_query.py)
48

59
Unit tests for utils.agents.query module.

0 commit comments

Comments
 (0)