fix: typo "conversatione" → "conversation" in 20- examples
This commit is contained in:
committed by
Mark Backman
parent
6ee49333f3
commit
3b5a8acfe2
@@ -116,7 +116,7 @@ weather_function = FunctionSchema(
|
|||||||
|
|
||||||
save_conversation_function = FunctionSchema(
|
save_conversation_function = FunctionSchema(
|
||||||
name="save_conversation",
|
name="save_conversation",
|
||||||
description="Save the current conversatione. Use this function to persist the current conversation to external storage.",
|
description="Save the current conversation. Use this function to persist the current conversation to external storage.",
|
||||||
properties={},
|
properties={},
|
||||||
required=[],
|
required=[],
|
||||||
)
|
)
|
||||||
|
|||||||
@@ -116,7 +116,7 @@ weather_function = FunctionSchema(
|
|||||||
|
|
||||||
save_conversation_function = FunctionSchema(
|
save_conversation_function = FunctionSchema(
|
||||||
name="save_conversation",
|
name="save_conversation",
|
||||||
description="Save the current conversatione. Use this function to persist the current conversation to external storage.",
|
description="Save the current conversation. Use this function to persist the current conversation to external storage.",
|
||||||
properties={},
|
properties={},
|
||||||
required=[],
|
required=[],
|
||||||
)
|
)
|
||||||
|
|||||||
@@ -119,7 +119,7 @@ tools = [
|
|||||||
{
|
{
|
||||||
"type": "function",
|
"type": "function",
|
||||||
"name": "save_conversation",
|
"name": "save_conversation",
|
||||||
"description": "Save the current conversatione. Use this function to persist the current conversation to external storage.",
|
"description": "Save the current conversation. Use this function to persist the current conversation to external storage.",
|
||||||
"parameters": {
|
"parameters": {
|
||||||
"type": "object",
|
"type": "object",
|
||||||
"properties": {},
|
"properties": {},
|
||||||
|
|||||||
@@ -125,7 +125,7 @@ tools = ToolsSchema(
|
|||||||
),
|
),
|
||||||
FunctionSchema(
|
FunctionSchema(
|
||||||
name="save_conversation",
|
name="save_conversation",
|
||||||
description="Save the current conversatione. Use this function to persist the current conversation to external storage.",
|
description="Save the current conversation. Use this function to persist the current conversation to external storage.",
|
||||||
properties={},
|
properties={},
|
||||||
required=[],
|
required=[],
|
||||||
),
|
),
|
||||||
|
|||||||
Reference in New Issue
Block a user