--- sidebar_label: observation title: opendevin.schema.observation --- ## ObservationTypeSchema Objects ```python class ObservationTypeSchema(BaseModel) ``` #### READ The content of a file #### BROWSE The HTML content of a URL #### RUN The output of a command #### RECALL The result of a search #### CHAT A message from the user #### DELEGATE The result of a task delegated to another agent