Set the AI vendor identifier.
(mut self, vendor: impl Into<String>)
| 78 | |
| 79 | /// Set the AI vendor identifier. |
| 80 | pub fn agent_vendor(mut self, vendor: impl Into<String>) -> Self { |
| 81 | self.agent_vendor = vendor.into(); |
| 82 | self |
| 83 | } |
| 84 | |
| 85 | /// Set the schema profile identifier. |
| 86 | /// |
no outgoing calls