AgentOptimizerName | Description |
---|---|
max_actions_per_step | Type: int |
llm_config | Type: LLMConfig | dict[str, typing.Any] |
optimizer_model | Type: str | None Default: ‘gpt-4-1106-preview’ |
Name | Description |
---|---|
conversation_history | the chat messages of the conversation. Type: list[dict[str, typing.Any]] |
is_satisfied | whether the user is satisfied with the solution. If it is none, the user will be asked to input the satisfaction. Type: bool Default: None |