function response
# support
t
Hello, Is the response from the function is appended for the entire conversation, or just that bit of conversation?
v
You can continue this conversation by mentioning me in the message.
@Theja D The response from the function is typically appended to the bit of the conversation where the function was called. It provides context-specific information or action confirmation relevant to the user's immediate query or request. If you have any more questions or need further clarification, feel free to ask!
s
depends upon function response type it gets appended to the conversation. If request-complete message is used then it's get appended raw to the conversation history else it goes to the model for response generation as kind a context and then appends to the conversation history.
2 Views