forked from phoenix-oss/llama-stack-mirror
chore: remove unused tempdir in agent (#1896)
# What does this PR do?
The usage of the tempdir was removed in
094eb6a5ae
.
Signed-off-by: Sébastien Han <seb@redhat.com>
This commit is contained in:
parent
983f6feeb8
commit
10882bf478
2 changed files with 0 additions and 5 deletions
|
@ -89,7 +89,6 @@ class ChatAgent(ShieldRunnerMixin):
|
|||
self,
|
||||
agent_id: str,
|
||||
agent_config: AgentConfig,
|
||||
tempdir: str,
|
||||
inference_api: Inference,
|
||||
safety_api: Safety,
|
||||
tool_runtime_api: ToolRuntime,
|
||||
|
@ -99,7 +98,6 @@ class ChatAgent(ShieldRunnerMixin):
|
|||
):
|
||||
self.agent_id = agent_id
|
||||
self.agent_config = agent_config
|
||||
self.tempdir = tempdir
|
||||
self.inference_api = inference_api
|
||||
self.safety_api = safety_api
|
||||
self.vector_io_api = vector_io_api
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue