mirror of
https://github.com/MindWorkAI/AI-Studio.git
synced 2026-03-29 21:31:39 +00:00
documented included lua libs
This commit is contained in:
parent
127b518ca1
commit
fc3b46a2d8
@ -128,6 +128,14 @@ ASSISTANT.BuildPrompt = function(input)
|
|||||||
end
|
end
|
||||||
```
|
```
|
||||||
|
|
||||||
|
### Included lua libraries
|
||||||
|
- [Basic Functions Library](https://www.lua.org/manual/5.2/manual.html#6.1)
|
||||||
|
- [Coroutine Manipulation Library](https://www.lua.org/manual/5.2/manual.html#6.2)
|
||||||
|
- [String Manipulation Library](https://www.lua.org/manual/5.2/manual.html#6.4)
|
||||||
|
- [Table Manipulation Library](https://www.lua.org/manual/5.2/manual.html#6.5)
|
||||||
|
- [Mathematical Functions Library](https://www.lua.org/manual/5.2/manual.html#6.6)
|
||||||
|
- [Bitwise Operations Library](https://www.lua.org/manual/5.2/manual.html#6.7)
|
||||||
|
|
||||||
### Logging helpers (assistant plugins only)
|
### Logging helpers (assistant plugins only)
|
||||||
The assistant runtime exposes basic logging helpers to Lua. Use them to debug custom prompt building.
|
The assistant runtime exposes basic logging helpers to Lua. Use them to debug custom prompt building.
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user