Skip to content

Commit 57b20d5

Browse files
author
Tom Softreck
committed
update
1 parent 4778ea7 commit 57b20d5

File tree

2 files changed

+3
-8
lines changed

2 files changed

+3
-8
lines changed

examples/simple_config.yaml

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,8 @@
11
# Simple DialogChain Configuration
22
routes:
33
- name: hello_world
4-
source:
5-
type: http
6-
endpoint: /hello
7-
method: GET
4+
from: http://0.0.0.0:8000/hello
5+
to: log:info
86
processors:
97
- type: transform
108
template: '{"message": "Hello, World!"}'
11-
sink:
12-
type: http_response
13-
content_type: application/json

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api"
44

55
[project]
66
name = "dialogchain"
7-
version = "0.1.4"
7+
version = "0.1.5"
88
description = "DialogChain - A flexible and extensible dialog processing framework"
99
authors = [
1010
{name = "DialogChain Team", email = "team@dialogchain.org"},

0 commit comments

Comments
 (0)