Resolve merge conflicts

This commit is contained in:
Shabana Baig 2025-10-16 17:41:28 -04:00
parent f4556f14c7
commit 70217cc032

View file

@ -110,9 +110,9 @@ class StreamingResponseOrchestrator:
text: OpenAIResponseText,
max_infer_iters: int,
tool_executor, # Will be the tool execution logic from the main class
instructions: str,
safety_api,
guardrail_ids: list[str] | None = None,
instructions: str,
):
self.inference_api = inference_api
self.ctx = ctx