Refresh reviewer runtime visibility
All checks were successful
build / build (push) Successful in 33s
All checks were successful
build / build (push) Successful in 33s
This commit is contained in:
@@ -33,6 +33,7 @@ class ReviewerContext:
|
||||
llm_temperature_mode: str | None = None
|
||||
llm_temperature: float | None = None
|
||||
llm_extra_body: dict[str, Any] | None = None
|
||||
llm_metadata: dict[str, Any] | None = None
|
||||
|
||||
|
||||
SYSTEM_PROMPT = """\
|
||||
@@ -139,6 +140,7 @@ def build_reviewer_graph(
|
||||
temperature_mode=ctx.llm_temperature_mode or "default",
|
||||
temperature=ctx.llm_temperature,
|
||||
extra_body=dict(ctx.llm_extra_body or {}),
|
||||
metadata=dict(ctx.llm_metadata or {}),
|
||||
)
|
||||
|
||||
return create_a2a_deep_agent(
|
||||
|
||||
Reference in New Issue
Block a user