Skip to content

Commit ae728c2

Browse files
Remove Word document tool example actions
Removed example actions for a Word document tool from the section on working with binary files through custom tools.
1 parent 694d770 commit ae728c2

1 file changed

Lines changed: 0 additions & 9 deletions

File tree

articles/microsoft-discovery/concept-files-storage-assets.md

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -131,15 +131,6 @@ Write validation requirements that describe **what the file should contain**, no
131131

132132
For file formats that the built-in tools don't support, you can create [custom tools](concept-discovery-agent-types.md) that run on a [supercomputer](how-to-manage-supercomputers.md). A custom tool handles the binary format internally and exposes actions that agents can call.
133133

134-
For example, a Word document tool might expose actions like:
135-
136-
- **initializeDocument**: Creates a new `.docx` file
137-
- **addHeading**: Adds a heading to the document
138-
- **addText**: Adds a paragraph of text
139-
- **viewDocument**: Returns the document content as plain text
140-
141-
The custom tool manages the binary format, blob storage, and content extraction. The agent interacts with the document through these structured actions rather than reading raw binary data. For a complete walkthrough of setting up and using a Word document tool, see [Create Word documents with a custom tool](how-to-create-word-documents.md).
142-
143134
## Current limitations
144135

145136
| Limitation | Description |

0 commit comments

Comments
 (0)