update
This commit is contained in:
@@ -4,7 +4,7 @@ export virtualWineUserChatbox, jsoncorrection, winestock,
|
||||
virtualWineUserRecommendbox, userChatbox, userRecommendbox
|
||||
|
||||
using HTTP, JSON3, URIs, Random, PrettyPrinting, UUIDs
|
||||
using GeneralUtils
|
||||
using GeneralUtils, SQLLLM
|
||||
using ..type, ..util
|
||||
|
||||
# ---------------------------------------------- 100 --------------------------------------------- #
|
||||
@@ -357,13 +357,13 @@ julia> result = winestock(agent, input)
|
||||
```
|
||||
|
||||
# TODO
|
||||
[] update docs
|
||||
[WORKING] implement the function
|
||||
- [] update docs
|
||||
- [WORKING] implement the function
|
||||
|
||||
# Signature
|
||||
"""
|
||||
function winestock(config::T1, input::T2
|
||||
)::Union{Tuple{String, Number, Number, Bool}, Tuple{String, Nothing, Number, Bool}} where {T1<:AbstractDict, T2<:AbstractString}
|
||||
function winestock(input::T, DBconnection, text2textInstructLLM::Function
|
||||
)::Union{Tuple{String, Number, Number, Bool}, Tuple{String, Nothing, Number, Bool}} where {T<:AbstractString}
|
||||
|
||||
# SELECT *
|
||||
# FROM food
|
||||
|
||||
Reference in New Issue
Block a user