Returns the conversation id.
(&self)
| 424 | |
| 425 | /// Returns the conversation id. |
| 426 | pub fn conversation_id(&self) -> &str { |
| 427 | self.conversation_id.as_ref() |
| 428 | } |
| 429 | |
| 430 | /// Returns the message id associated with the last assistant message, if present. |
| 431 | /// |
no test coverage detected