mirror of
https://github.com/Aider-AI/aider.git
synced 2025-06-01 10:14:59 +00:00
20 lines
277 B
Text
20 lines
277 B
Text
%[intent]('training': '60', 'testing': '40')
|
|
~[greet]
|
|
~[greet] @[name?] ~[endPolite?]
|
|
|
|
%[name]('training': '50', 'testing': '50')
|
|
John
|
|
Anna
|
|
Bob
|
|
Sarah
|
|
|
|
~[greet]
|
|
hi
|
|
hello
|
|
hey
|
|
greetings
|
|
|
|
~[endPolite]
|
|
please
|
|
thanks
|
|
thank you
|