update
This commit is contained in:
@@ -21,12 +21,15 @@ julia>
|
||||
|
||||
# TODO
|
||||
- [] update docstring
|
||||
- [] implement the function
|
||||
- [WORKING] implement the function
|
||||
|
||||
# Signature
|
||||
"""
|
||||
function chatbox(input::T) where {T<:AbstractString}
|
||||
function chatbox(a::T1, input::T2) where {T1<:agent, T2<:AbstractString}
|
||||
error("--> chatbox")
|
||||
# put in model format
|
||||
if a.config[:externalService][]
|
||||
GeneralUtils.formatLLMtext_llama3instruct
|
||||
end
|
||||
|
||||
""" Search wine in stock.
|
||||
|
||||
Reference in New Issue
Block a user