Skip to content

Commit faede7a

Browse files
committed
doc update
1 parent ca89eb5 commit faede7a

File tree

8 files changed

+19
-19
lines changed

8 files changed

+19
-19
lines changed

docs/docs/en/dev/bot-api.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -49,14 +49,14 @@ For example in a [Maven](https://maven.apache.org/) project:
4949
<dependency>
5050
<groupId>ai.tock</groupId>
5151
<artifactId>tock-bot-api-websocket</artifactId>
52-
<version>24.9.7</version>
52+
<version>24.9.8</version>
5353
</dependency>
5454
```
5555

5656
Or in a [Gradle](https://gradle.org/) project:
5757

5858
```groovy
59-
compile 'ai.tock:tock-bot-api-websocket:24.9.7'
59+
compile 'ai.tock:tock-bot-api-websocket:24.9.8'
6060
```
6161

6262
### Enable WebHook mode
@@ -69,14 +69,14 @@ For example in a [Maven](https://maven.apache.org/) project:
6969
<dependency>
7070
<groupId>ai.tock</groupId>
7171
<artifactId>tock-bot-api-webhook</artifactId>
72-
<version>24.9.7</version>
72+
<version>24.9.8</version>
7373
</dependency>
7474
```
7575

7676
Or in a [Gradle](https://gradle.org/) project:
7777

7878
```groovy
79-
compile 'ai.tock:tock-bot-api-webhook:24.9.7'
79+
compile 'ai.tock:tock-bot-api-webhook:24.9.8'
8080
```
8181

8282
In this case, unlike in _WebSocket_ mode, the application/bot started must be reachable by the

docs/docs/en/dev/bot-integre.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,14 +43,14 @@ For example in a [Maven](https://maven.apache.org/) project:
4343
<dependency>
4444
<groupId>ai.tock</groupId>
4545
<artifactId>bot-toolkit</artifactId>
46-
<version>24.9.7</version>
46+
<version>24.9.8</version>
4747
</dependency>
4848
```
4949

5050
Or in a [Gradle](https://gradle.org/) project:
5151

5252
```groovy
53-
compile 'ai.tock:bot-toolkit:24.9.7'
53+
compile 'ai.tock:bot-toolkit:24.9.8'
5454
```
5555

5656
### A bot is a set of stories

docs/docs/en/dev/test.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,15 +14,15 @@ With Maven:
1414
<dependency>
1515
<groupId>ai.tock</groupId>
1616
<artifactId>bot-test</artifactId>
17-
<version>24.9.7</version>
17+
<version>24.9.8</version>
1818
<scope>test</scope>
1919
</dependency>
2020
```
2121

2222
Or gradle :
2323

2424
```groovy
25-
testCompile 'ai.tock:bot-test:24.9.7'
25+
testCompile 'ai.tock:bot-test:24.9.8'
2626
```
2727

2828
This entire framework is documented in KDoc format [here](https://doc.tock.ai/tock/dokka/tock/ai.tock.bot.test).

docs/docs/fr/dev/bot-api.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -54,14 +54,14 @@ Par exemple dans un projet [Maven](https://maven.apache.org/) :
5454
<dependency>
5555
<groupId>ai.tock</groupId>
5656
<artifactId>tock-bot-api-websocket</artifactId>
57-
<version>24.9.7</version>
57+
<version>24.9.8</version>
5858
</dependency>
5959
```
6060

6161
Ou dans un projet [Gradle](https://gradle.org/) :
6262

6363
```groovy
64-
compile 'ai.tock:tock-bot-api-websocket:24.9.7'
64+
compile 'ai.tock:tock-bot-api-websocket:24.9.8'
6565
```
6666

6767
### Activer le mode WebHook
@@ -74,14 +74,14 @@ Par exemple dans un projet [Maven](https://maven.apache.org/) :
7474
<dependency>
7575
<groupId>ai.tock</groupId>
7676
<artifactId>tock-bot-api-webhook</artifactId>
77-
<version>24.9.7</version>
77+
<version>24.9.8</version>
7878
</dependency>
7979
```
8080

8181
Ou dans un projet [Gradle](https://gradle.org/) :
8282

8383
```groovy
84-
compile 'ai.tock:tock-bot-api-webhook:24.9.7'
84+
compile 'ai.tock:tock-bot-api-webhook:24.9.8'
8585
```
8686

8787
Dans ce cas, contrairement au mode _WebSocket_, il faut que l'application/bot démarrée soit joignable par la

docs/docs/fr/dev/bot-integre.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,14 +43,14 @@ Par exemple dans un projet [Maven](https://maven.apache.org/) :
4343
<dependency>
4444
<groupId>ai.tock</groupId>
4545
<artifactId>bot-toolkit</artifactId>
46-
<version>24.9.7</version>
46+
<version>24.9.8</version>
4747
</dependency>
4848
```
4949

5050
Ou dans un projet [Gradle](https://gradle.org/) :
5151

5252
```groovy
53-
compile 'ai.tock:bot-toolkit:24.9.7'
53+
compile 'ai.tock:bot-toolkit:24.9.8'
5454
```
5555

5656
### Un bot est un ensemble de parcours (stories)

docs/docs/fr/dev/test.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,15 +14,15 @@ Avec Maven :
1414
<dependency>
1515
<groupId>ai.tock</groupId>
1616
<artifactId>bot-test</artifactId>
17-
<version>24.9.7</version>
17+
<version>24.9.8</version>
1818
<scope>test</scope>
1919
</dependency>
2020
```
2121

2222
ou Gradle :
2323

2424
```groovy
25-
testCompile 'ai.tock:bot-test:24.9.7'
25+
testCompile 'ai.tock:bot-test:24.9.8'
2626
```
2727

2828
L'ensemble de ce framework est documenté au format KDoc [ici](https://doc.tock.ai/tock/dokka/tock/ai.tock.bot.test).

docs/docs/fr/guides/api.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ la dépendance `tock-bot-api-websocket` incluse :
7777
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
7878
<plugin.kotlin.version>1.3.41</plugin.kotlin.version>
7979
<plugin.source.version>3.1.0</plugin.source.version>
80-
<lib.tock.version>24.9.7</lib.tock.version>
80+
<lib.tock.version>24.9.8</lib.tock.version>
8181
</properties>
8282

8383
<dependencies>

gen-ai/orchestrator-server/src/main/python/tock-llm-indexing-tools/export_deps_as_requirements.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ SCRIPT_DIR=$( cd -- "$( dirname -- "${BASH_SOURCE[0]}" )" &> /dev/null && pwd )
2424
requirements_file="$SCRIPT_DIR/requirements.txt"
2525

2626
# Remove the gen-ai-orchestrator dependency that will referenced locally
27-
pattern="gen-ai-orchestrator"
27+
pattern="orchestrator-server"
2828

2929
# Convert poetry to "requirements.txt"
3030
poetry export --without-hashes --format=requirements.txt --output=$requirements_file
@@ -37,4 +37,4 @@ if [[ "$OSTYPE" == "darwin"* ]]; then
3737
else
3838
# Linux
3939
sed -i "/$pattern/d" "$requirements_file"
40-
fi
40+
fi

0 commit comments

Comments
 (0)