Skip to content

Text 40 - #51

Merged
granstel merged 6 commits into
masterfrom
text-40
Jun 19, 2026
Merged

Text 40#51
granstel merged 6 commits into
masterfrom
text-40

Conversation

@granstel

Copy link
Copy Markdown
Owner

No description provided.

granstel added 6 commits June 18, 2026 23:58
- New single-part story intents (40-TreasureMap) with slots color/name/gift/number
- Register in TextsList, TextsList-Screen, NewText (text-40), EasyWelcome-yes promote
- Fix EasyWelcome-no priority -1 -> 500000
@granstel
granstel merged commit d7b00e7 into master Jun 19, 2026
1 check passed
@granstel
granstel deleted the text-40 branch June 19, 2026 06:25

@chatgpt-codex-connector chatgpt-codex-connector Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

💡 Codex Review

Here are some automated review suggestions for this pull request.

Reviewed commit: 924481b5f4

ℹ️ About Codex in GitHub

Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".

Comment on lines +118 to +120
"name": "number",
"required": true,
"dataType": "@sys.any",

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

P2 Badge Require a numeric entity for the number slot

When this story asks for the last slot it prompts the user for a number, but the required number parameter is declared as @sys.any. In Dialogflow slot filling this lets any utterance satisfy the slot, so a non-numeric answer or ASR misrecognition can be rendered into the final text as часов <non-number>. Other numeric slots in this agent use @sys.number/@sys.number-integer; making this slot numeric would prevent the story from completing with invalid text.

Useful? React with 👍 / 👎.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant