You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Template Variables - something like Today's date example below. Allow for 'function calling' by the user.
Adding to the above, contextual prompts via function calling, so that a user might input /weather and the system will process that and perform a location lookup -> Identify the weather in that area.
Validation script for chat dictionaries
current_date: |
The current day is {{ datetime.now().strftime("%B %d") }}.
The text was updated successfully, but these errors were encountered:
Title.
Today's date
example below. Allow for 'function calling' by the user./weather
and the system will process that and perform a location lookup -> Identify the weather in that area.The text was updated successfully, but these errors were encountered: