misc update

This commit is contained in:
eugene 2023-06-02 12:43:15 +02:00
parent 247c855d6f
commit b323afbc52
3 changed files with 201 additions and 157 deletions

View File

@ -2,7 +2,7 @@
"cells": [
{
"cell_type": "code",
"execution_count": 202,
"execution_count": 48,
"metadata": {},
"outputs": [],
"source": [
@ -46,7 +46,7 @@
},
{
"cell_type": "code",
"execution_count": 203,
"execution_count": 49,
"metadata": {},
"outputs": [],
"source": [
@ -57,7 +57,7 @@
},
{
"cell_type": "code",
"execution_count": 204,
"execution_count": 50,
"metadata": {},
"outputs": [
{
@ -92,7 +92,7 @@
" 'history': []}"
]
},
"execution_count": 204,
"execution_count": 50,
"metadata": {},
"output_type": "execute_result"
}
@ -105,7 +105,7 @@
},
{
"cell_type": "code",
"execution_count": 223,
"execution_count": 51,
"metadata": {},
"outputs": [],
"source": [
@ -161,7 +161,7 @@
},
{
"cell_type": "code",
"execution_count": 224,
"execution_count": 52,
"metadata": {},
"outputs": [
{
@ -171,7 +171,7 @@
" ['Recommend', 'product', 'Name', 'RedBull']]"
]
},
"execution_count": 224,
"execution_count": 52,
"metadata": {},
"output_type": "execute_result"
}
@ -186,7 +186,7 @@
},
{
"cell_type": "code",
"execution_count": 225,
"execution_count": 53,
"metadata": {},
"outputs": [
{
@ -208,7 +208,7 @@
},
{
"cell_type": "code",
"execution_count": 228,
"execution_count": 54,
"metadata": {},
"outputs": [
{
@ -218,7 +218,7 @@
" ['Recommend', 'product', 'Name', 'pomidor']]"
]
},
"execution_count": 228,
"execution_count": 54,
"metadata": {},
"output_type": "execute_result"
}
@ -226,6 +226,48 @@
"source": [
"agent.response([('inform', 'product', 'type', 'warzywo'), ('inform', 'product', 'price_range', 'tani'), ('inform', 'product', 'quality', 'exquisite')])"
]
},
{
"cell_type": "code",
"execution_count": 55,
"metadata": {},
"outputs": [
{
"data": {
"text/plain": [
"[['Inform', 'product', 'Choice', '11'],\n",
" ['Recommend', 'product', 'Name', 'Sok pomarańczowy']]"
]
},
"execution_count": 55,
"metadata": {},
"output_type": "execute_result"
}
],
"source": [
"agent.response([('inform', 'product', 'type', 'napój'), ('inform', 'product', 'price_range', 'drogi'), ('inform', 'product', 'quality', 'exquisite')])"
]
},
{
"cell_type": "code",
"execution_count": 56,
"metadata": {},
"outputs": [
{
"data": {
"text/plain": [
"[['Inform', 'product', 'Choice', '11'],\n",
" ['Recommend', 'product', 'Name', 'banan']]"
]
},
"execution_count": 56,
"metadata": {},
"output_type": "execute_result"
}
],
"source": [
"agent.response([('inform', 'product', 'type', 'owoc'), ('inform', 'product', 'price_range', 'tani'), ('inform', 'product', 'quality', 'exquisite')])"
]
}
],
"metadata": {

View File

@ -6,8 +6,9 @@
"type":"owoc",
"brand":"banpol",
"price":"21.37",
"price_range": "tani",
"quantity":"1 kg",
"quality":"premium"
"quality":"exquisite"
},
{
@ -15,6 +16,7 @@
"type":"owoc",
"brand":"pomarańpol",
"price":"24.37",
"price_range": "drogi",
"quantity":"1 kg",
"quality":"premium"
},