mirror of
https://github.com/EvolutionAPI/adk-python.git
synced 2026-02-04 13:56:24 -06:00
* Fix typos in docstrings of evaluation_generator.py and event.py (#101) Corrected 'resposnes' to 'responses', 'uncertainity' to 'uncertainty', 'conversaction' to 'conversation', and 'exeuction' to 'execution' in relevant docstrings for clarity. * Fix typos in docstrings and comments across multiple files Corrected 'detla' to 'delta', 'buil-in' to 'built-in', 'walkaround' to 'workaround', and 'conversaction' to 'conversation' for clarity in relevant files. Updated comments for consistency. --------- Co-authored-by: Hangfei Lin <hangfei@google.com>
This commit is contained in:
@@ -31,9 +31,9 @@ FINAL_ANSWER_TAG = '/*FINAL_ANSWER*/'
|
||||
|
||||
|
||||
class PlanReActPlanner(BasePlanner):
|
||||
"""Plan-Re-Act planner that constraints the LLM response to generate a plan before any action/observation.
|
||||
"""Plan-Re-Act planner that constrains the LLM response to generate a plan before any action/observation.
|
||||
|
||||
Note: this planner does not require the model to support buil-in thinking
|
||||
Note: this planner does not require the model to support built-in thinking
|
||||
features or setting the thinking config.
|
||||
"""
|
||||
|
||||
|
||||
Reference in New Issue
Block a user