We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1cd9067 commit 8f06c33Copy full SHA for 8f06c33
1 file changed
Runtime/LLMCharacter.cs
@@ -127,10 +127,10 @@ public class LLMCharacter : LLMCaller
127
[Tooltip("the chat history as list of chat messages")]
128
public List<ChatMessage> chat = new List<ChatMessage>();
129
/// <summary> the grammar to use </summary>
130
- [Tooltip("the grammar to use (GBNF)")]
+ [Tooltip("the grammar to use")]
131
public string grammarString;
132
133
- [Tooltip("the grammar to use (JSON schema)")]
134
public string grammarJSONString;
135
136
/// \cond HIDE
0 commit comments