Skip to content

Commit

Permalink
fixing linting again
Browse files Browse the repository at this point in the history
  • Loading branch information
Tanushree Sharma authored and Tanushree Sharma committed Dec 23, 2024
1 parent 4bb04d8 commit 13e6c8d
Showing 1 changed file with 2 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -81,9 +81,8 @@ Each \`Attachment\` requires:\n
- \`mime_type\` (str): The MIME type of the file (e.g., \`"image/png"\`).
- \`data\` (bytes): The binary content of the file.\n
Simply decorate a function with \`@traceable\` and include your \`Attachment\` instances as arguments.` ),
TypeScriptBlock(
`import { traceable } from "langsmith/traceable";\n
Simply decorate a function with \`@traceable\` and include your \`Attachment\` instances as arguments.`),
TypeScriptBlock(`import { traceable } from "langsmith/traceable";\n
const traceableWithAttachments = traceable(
(
val: number,
Expand Down

0 comments on commit 13e6c8d

Please sign in to comment.