typo
This commit is contained in:
@@ -267,11 +267,11 @@ function identifyUserIntention(a::agent, usermsg::String)
|
||||
Question: {input}
|
||||
"""
|
||||
|
||||
identify_usermsg = replace(identifymsgPrompt, "{input}" => usermsg)
|
||||
identify_usermsg = replace(identify_usermsg, "{input}" => usermsg)
|
||||
|
||||
msg = Dict(
|
||||
:msgMeta=> a.msgMeta,
|
||||
:txt=> identifymsgPrompt,
|
||||
:txt=> identify_usermsg,
|
||||
)
|
||||
|
||||
payloadChannel = Channel(1)
|
||||
|
||||
Reference in New Issue
Block a user