Skip to content

Commit 00d05f9

Browse files
Format error messages with code style
Updated error messages in error-codes.md to use code formatting for placeholders.
1 parent 58e624c commit 00d05f9

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

support/power-platform/copilot-studio/authoring/error-codes.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -69,13 +69,13 @@ As an agent maker, if a problem occurs when you use the test pane to [test your
6969

7070
**Error messages:**
7171

72-
- The output of the prompt evaluated to '{ActualType}' but expected '{ExpectedType}'.
72+
- The output of the prompt evaluated to `{ActualType}` but expected `{ExpectedType}`.
7373

74-
- The input parameter '{ParameterName}' for prompt '{PromptName}' is missing.
74+
- The input parameter `{ParameterName}` for prompt `{PromptName}` is missing.
7575

76-
- The input parameter '{ParameterName}' for prompt '{PromptName}' is blank but is required.
76+
- The input parameter `{ParameterName}` for prompt `{PromptName}` is blank but is required.
7777

78-
- Expected: {ExpectedType}. Actual: {ActualType}.
78+
- Expected: `{ExpectedType}`. Actual: `{ActualType}`.
7979

8080
**Resolution:** This error occurs when a prompt action receives incorrect input or returns unexpected output types.
8181

@@ -179,7 +179,7 @@ For more information, see [Use agents as actions in other agents (preview)](/mic
179179

180180
#### ConnectedAgentBotNotPublished
181181

182-
**Error message:** Connected agent with schema name {AgentSchemaName} needs to be published to be invoked.
182+
**Error message:** Connected agent with schema name `{AgentSchemaName}` needs to be published to be invoked.
183183

184184
**Resolution:** The connected sub-agent must be published before it can be invoked by the orchestrator agent.
185185

0 commit comments

Comments
 (0)