您最多选择25个标签 标签必须以中文、字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

llama.native.llamachatmessage.md 457 B

1234567891011121314151617181920212223242526272829
  1. # LLamaChatMessage
  2. Namespace: LLama.Native
  3. ```csharp
  4. public struct LLamaChatMessage
  5. ```
  6. Inheritance [Object](https://docs.microsoft.com/en-us/dotnet/api/system.object) → [ValueType](https://docs.microsoft.com/en-us/dotnet/api/system.valuetype) → [LLamaChatMessage](./llama.native.llamachatmessage.md)
  7. **Remarks:**
  8. llama_chat_message
  9. ## Fields
  10. ### **role**
  11. ```csharp
  12. public Byte* role;
  13. ```
  14. ### **content**
  15. ```csharp
  16. public Byte* content;
  17. ```