mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-07-31 16:01:46 +00:00
fix(docs): Remove unused import.
The import: `from llama_stack_client.types.agent_create_params import AgentConfig` is not used in the docs and, further, AgentConfig is not exported from `agent_create_params`.
This commit is contained in:
parent
a8f75d3897
commit
a22ba377c5
1 changed files with 0 additions and 1 deletions
|
@ -177,7 +177,6 @@ export TAVILY_SEARCH_API_KEY="your key"
|
|||
3. Run the following script.
|
||||
```python
|
||||
from llama_stack_client.lib.agents.agent import Agent
|
||||
from llama_stack_client.types.agent_create_params import AgentConfig
|
||||
from llama_stack_client.lib.agents.event_logger import EventLogger
|
||||
from llama_stack_client import LlamaStackClient
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue