# ConversationRestartRequestBase
## Properties
**inputs** | Option<[**models::ConversationInputs**](ConversationInputs.md)> | | [optional]
**stream** | Option<**bool**> | Whether to stream back partial progress. Otherwise, the server will hold the request open until the timeout or until completion, with the response containing the full result as JSON. | [optional][default to false]
**store** | Option<**bool**> | Whether to store the results into our servers or not. | [optional][default to true]
**handoff_execution** | Option<**HandoffExecution**> | (enum: client, server) | [optional][default to Server]
**completion_args** | Option<[**models::CompletionArgs**](CompletionArgs.md)> | Completion arguments that will be used to generate assistant responses. Can be overridden at each message request. | [optional]
**guardrails** | Option<[**Vec<models::GuardrailConfig>**](GuardrailConfig.md)> | | [optional]
**metadata** | Option<**std::collections::HashMap<String, serde_json::Value>**> | Custom type for metadata with embedded validation. | [optional]
**from_entry_id** | **String** | |
**agent_version** | Option<[**models::AgentVersion2**](AgentVersion2.md)> | | [optional]
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)