Class ConversationItem.LocalShellCall
- 
                    
                    - All Implemented Interfaces:
 
 public final class ConversationItem.LocalShellCallA tool call to run a command on the local shell. 
- 
                
                    
                    - 
                                
                            
                                Nested Class SummaryNested Classes Modifier and Type Class Description public final classConversationItem.LocalShellCall.BuilderA builder for LocalShellCall. public final classConversationItem.LocalShellCall.ActionExecute a shell command on the server. public final classConversationItem.LocalShellCall.StatusThe status of the local shell call. 
 - 
                                
                            
                                Method SummaryModifier and Type Method Description final Stringid()The unique ID of the local shell call. final ConversationItem.LocalShellCall.Actionaction()Execute a shell command on the server. final StringcallId()The unique ID of the local shell tool call generated by the model. final ConversationItem.LocalShellCall.Statusstatus()The status of the local shell call. final JsonValue_type()The type of the local shell call. final JsonField<String>_id()Returns the raw JSON value of id. final JsonField<ConversationItem.LocalShellCall.Action>_action()Returns the raw JSON value of action. final JsonField<String>_callId()Returns the raw JSON value of callId. final JsonField<ConversationItem.LocalShellCall.Status>_status()Returns the raw JSON value of status. final Map<String, JsonValue>_additionalProperties()final ConversationItem.LocalShellCall.BuildertoBuilder()final ConversationItem.LocalShellCallvalidate()final BooleanisValid()Booleanequals(Object other)IntegerhashCode()StringtoString()final static ConversationItem.LocalShellCall.Builderbuilder()Returns a mutable builder for constructing an instance of LocalShellCall. - 
                    
                    
                    - 
                                
                            
                                Method Detail- 
                                        actionfinal ConversationItem.LocalShellCall.Action action() Execute a shell command on the server. 
 - 
                                        statusfinal ConversationItem.LocalShellCall.Status status() The status of the local shell call. 
 - 
                                        _typefinal JsonValue _type() The type of the local shell call. Always local_shell_call.Expected to always return the following: JsonValue.from("local_shell_call")However, this method can be useful for debugging and logging (e.g. if the server responded with an unexpected value). 
 - 
                                        _idfinal JsonField<String> _id() Returns the raw JSON value of id. Unlike id, this method doesn't throw if the JSON field has an unexpected type. 
 - 
                                        _actionfinal JsonField<ConversationItem.LocalShellCall.Action> _action() Returns the raw JSON value of action. Unlike action, this method doesn't throw if the JSON field has an unexpected type. 
 - 
                                        _callIdfinal JsonField<String> _callId() Returns the raw JSON value of callId. Unlike callId, this method doesn't throw if the JSON field has an unexpected type. 
 - 
                                        _statusfinal JsonField<ConversationItem.LocalShellCall.Status> _status() Returns the raw JSON value of status. Unlike status, this method doesn't throw if the JSON field has an unexpected type. 
 - 
                                        _additionalPropertiesfinal Map<String, JsonValue> _additionalProperties() 
 - 
                                        toBuilderfinal ConversationItem.LocalShellCall.Builder toBuilder() 
 - 
                                        validatefinal ConversationItem.LocalShellCall validate() 
 - 
                                        builderfinal static ConversationItem.LocalShellCall.Builder builder() Returns a mutable builder for constructing an instance of LocalShellCall. The following fields are required: .id() .action() .callId() .status()
 
- 
                                        
 
- 
                                
                            
                                
 
- 
                    
                    
                    
 
-